Update something

This commit is contained in:
tiff 2025-06-23 05:44:45 -04:00
parent 242afd8f7b
commit b7155ee60f
2 changed files with 5 additions and 13 deletions

View file

@ -1,9 +1 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="24px" viewBox="0 0 16 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>forgejo (1)</title>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="forgejo-(1)" fill="#000000" fill-rule="nonzero">
<path d="M12.455,0 C14.0568,0 15.3554,1.2986 15.3554,2.9005 C15.3554,4.5024 14.0568,5.8009 12.455,5.8009 C11.3696,5.8009 10.4235,5.2049 9.9262,4.3222 L8.5877,4.3222 C6.2555,4.3222 4.3605,6.194 4.3228,8.5172 L4.3221,10.6347 C5.51949306,9.73396271 6.97190873,9.23657687 8.4701,9.2142 L8.5877,9.2132 L9.9262,9.2134 C10.4235,8.3307 11.3696,7.7346 12.455,7.7346 C14.0568,7.7346 15.3554,9.0332 15.3554,10.6351 C15.3554,12.237 14.0568,13.5355 12.455,13.5355 C11.3696,13.5355 10.4235,12.9395 9.9262,12.0568 L8.5877,12.0568 C6.2555,12.0568 4.3605,13.9286 4.3228,16.2518 L4.3221,18.5708 C5.2048,19.0681 5.8009,20.0142 5.8009,21.0995 C5.8009,22.7015 4.5023,24 2.9004,24 C1.2986,24 0,22.7014 0,21.0995 C0,20.0142 0.596,19.0681 1.4788,18.5708 L1.4786,8.5877 C1.4786,4.7007 4.5981,1.5424 8.4701,1.4797 L8.5877,1.4787 L9.9262,1.4787 C10.4235,0.5962 11.3697,0 12.455,0 Z M2.9004,19.9052 C2.2408,19.9052 1.7061,20.4399 1.7061,21.0995 C1.7061,21.7591 2.2408,22.2938 2.9004,22.2938 C3.56,22.2938 4.0948,21.7591 4.0948,21.0995 C4.0948,20.4399 3.56,19.9052 2.9004,19.9052 Z M12.455,9.4408 C11.7954,9.4408 11.2606,9.9755 11.2606,10.6351 C11.2606,11.2947 11.7954,11.8294 12.455,11.8294 C13.1146,11.8294 13.6493,11.2947 13.6493,10.6351 C13.6493,9.9755 13.1146,9.4408 12.455,9.4408 Z M12.455,1.7062 C11.7954,1.7062 11.2606,2.2409 11.2606,2.9005 C11.2606,3.5601 11.7954,4.0948 12.455,4.0948 C13.1146,4.0948 13.6493,3.5601 13.6493,2.9005 C13.6493,2.2409 13.1146,1.7062 12.455,1.7062 Z" id="Shape"></path>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" class="icon icon-tabler icons-tabler-filled icon-tabler-brand-open-source"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12.283 2.004a10 10 0 0 1 3.736 19.155a1 1 0 0 1 -1.332 -.551l-2.193 -5.602a1 1 0 0 1 .456 -1.245a2 2 0 1 0 -1.9 0a1 1 0 0 1 .457 1.244l-2.193 5.603a1 1 0 0 1 -1.332 .552a10 10 0 0 1 4.018 -19.16z" /></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 450 B

Before After
Before After

View file

@ -3,11 +3,11 @@ import IconBluesky from "@/assets/icons/IconBluesky.svg";
import IconMastodon from "@/assets/icons/IconMastodon.svg";
import IconHackerNews from "@/assets/icons/IconHackerNews.svg";
import IconMatrix from "@/assets/icons/IconMatrix.svg";
import IconGit from "@/assets/icons/IconGit.svg";
import IconLobsters from "@/assets/icons/IconsLobsters.svg";
import IconLetterboxd from "@/assets/icons/IconLetterboxd.svg";
import IconXbox from "@/assets/icons/IconXbox.svg";
import IconBooks from "@/assets/icons/IconBooks.svg";
import IconForgejo from "@/assets/icons/IconForgejo.svg";
import { SITE } from "@/config";
@ -18,10 +18,10 @@ export const LOCALE = {
export const SOCIALS = [
{
name: "Git",
name: "Forgejo",
href: "https://forgejo.tiff.run",
linkTitle: `${SITE.title} Git`,
icon: IconGit,
linkTitle: `${SITE.title} Forgejo projects`,
icon: IconForgejo,
},
{
name: "Matrix",