diff options
| author | 2023-07-07 20:43:10 +0800 | |
|---|---|---|
| committer | 2023-07-07 20:43:10 +0800 | |
| commit | 5e40ef2cb0bc7fd354a462480c50e18ec781ba79 (patch) | |
| tree | 7519bea8b2ce6c17dec2f9ae81e94b1d4e4123d2 /docs/components | |
| parent | 7479bb4095523c75d1a6e4beb1abfcb9ed2017c6 (diff) | |
| download | HydroRoll-5e40ef2cb0bc7fd354a462480c50e18ec781ba79.tar.gz HydroRoll-5e40ef2cb0bc7fd354a462480c50e18ec781ba79.zip | |
😎Just a Test
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/Footer.tsx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/components/Footer.tsx b/docs/components/Footer.tsx index 78fa8f4..658403d 100644 --- a/docs/components/Footer.tsx +++ b/docs/components/Footer.tsx @@ -56,7 +56,9 @@ const navigation = { name: "OlivOS", href: "https://forum.olivos.run", }, - { name: "SealDice", href: "https://dice.weizaima.com/"}, + { name: "Dicex骰子屋", href: "https://forum.dicex.link" }, + // { name: "SealDice", href: "https://dice.weizaima.com/"}, + { name: "HuggingFace", href: "https://huggingface.co " } // { // name: "", // href: `https://vercel.com/${ @@ -112,7 +114,7 @@ export function FooterContent() { </ul> </div> <div className="mt-12 md:!mt-0"> - <FooterHeader>Link Forum</FooterHeader> + <FooterHeader>Links</FooterHeader> <ul role="list" className="mt-4 space-y-1.5 list-none ml-0"> {navigation.links(site).map((item) => ( <li key={item.name}> |
