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