mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
add mastodon link
This commit is contained in:
@ -12,7 +12,7 @@ import {
|
|||||||
SiTsnode,
|
SiTsnode,
|
||||||
SiVim,
|
SiVim,
|
||||||
} from 'react-icons/si';
|
} from 'react-icons/si';
|
||||||
import { TbBrandRust } from 'react-icons/tb';
|
import { TbBrandMastodon, TbBrandRust } from 'react-icons/tb';
|
||||||
import { VscGithubInverted } from 'react-icons/vsc';
|
import { VscGithubInverted } from 'react-icons/vsc';
|
||||||
|
|
||||||
export const iconMap = {
|
export const iconMap = {
|
||||||
@ -28,6 +28,7 @@ export const iconMap = {
|
|||||||
pluto: <PiPlanetDuotone />,
|
pluto: <PiPlanetDuotone />,
|
||||||
mercury: <PiPlanetLight />,
|
mercury: <PiPlanetLight />,
|
||||||
rust: <TbBrandRust />,
|
rust: <TbBrandRust />,
|
||||||
|
mastodon: <TbBrandMastodon />,
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Project = {
|
export type Project = {
|
||||||
@ -124,4 +125,10 @@ export const selfHosts: Project[] = [
|
|||||||
description: 'Some photos.',
|
description: 'Some photos.',
|
||||||
url: 'https://photos.rua.plus/',
|
url: 'https://photos.rua.plus/',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: 'mastodon',
|
||||||
|
name: 'Mastodon',
|
||||||
|
description: 'Mastodon!',
|
||||||
|
url: 'https://m.rua.plus/',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user