Update icons
This commit is contained in:
parent
1eb8ec01e6
commit
333a0cb51a
6 changed files with 284 additions and 124 deletions
|
@ -3,8 +3,8 @@ import IconGitHub from "@/assets/icons/IconGitHub.svg";
|
|||
import IconBluesky from "@/assets/icons/IconBluesky.svg";
|
||||
import IconMastodon from "@/assets/icons/IconMastodon.svg";
|
||||
import IconHackerNews from "@/assets/icons/IconHackerNews.svg";
|
||||
import IconCodeberg from "@/assets/icons/IconCodeberg.svg";
|
||||
import IconForgejo from "@/assets/icons/IconForgejo.svg";
|
||||
import IconMatrix from "@/assets/icons/IconMatrix.svg";
|
||||
import IconGit from "@/assets/icons/IconGit.svg";
|
||||
import IconLobsters from "@/assets/icons/IconsLobsters.svg";
|
||||
import Path from "@/assets/icons/Path.svg";
|
||||
|
||||
|
@ -16,24 +16,25 @@ export const LOCALE = {
|
|||
} as const;
|
||||
|
||||
export const SOCIALS = [
|
||||
{
|
||||
name: "Git",
|
||||
href: "https://git.tiff.engineer",
|
||||
linkTitle: `${SITE.title} Git`,
|
||||
icon: IconGit,
|
||||
},
|
||||
{
|
||||
name: "Matrix",
|
||||
href: "@100pdatcat:matrix.org",
|
||||
linkTitle: `${SITE.title} Matrix`,
|
||||
icon: IconMatrix,
|
||||
},
|
||||
|
||||
{
|
||||
name: "Github",
|
||||
href: "https://github.com/twhite96",
|
||||
linkTitle: ` ${SITE.title} on Github`,
|
||||
icon: IconGitHub,
|
||||
},
|
||||
{
|
||||
name: "Forgejo",
|
||||
href: "https://git.tifflabs.cfd",
|
||||
linkTitle: `${SITE.title} Forgejo`,
|
||||
icon: IconForgejo,
|
||||
},
|
||||
{
|
||||
name: "Codeberg",
|
||||
href: "https://codeberg.org/tiff",
|
||||
linkTitle: `${SITE.title} on Codeberg`,
|
||||
icon: IconCodeberg,
|
||||
},
|
||||
{
|
||||
name: "Mail",
|
||||
href: "mailto:yourmail@gmail.com",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue