diff options
| author | 2023-05-03 06:32:01 +0800 | |
|---|---|---|
| committer | 2023-05-03 06:32:01 +0800 | |
| commit | 8e496e231620303972dde2c25d72fafde68c407a (patch) | |
| tree | bdc635dae760a2471c6dc64d4cb4df7554d7a740 /docs/components/Footer.tsx | |
| parent | 4911b40a94e2798fe004344f770438c390c52451 (diff) | |
| download | HydroRoll-8e496e231620303972dde2c25d72fafde68c407a.tar.gz HydroRoll-8e496e231620303972dde2c25d72fafde68c407a.zip | |
Diffstat (limited to 'docs/components/Footer.tsx')
| -rw-r--r-- | docs/components/Footer.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/Footer.tsx b/docs/components/Footer.tsx index 9ce0ea8..6388ff7 100644 --- a/docs/components/Footer.tsx +++ b/docs/components/Footer.tsx @@ -3,7 +3,7 @@ import Link from "next/link"; import { useState, ReactNode, ReactElement } from "react"; import cn from "classnames"; import { ThemeSwitch } from "nextra-theme-docs"; -import VercelLogo from "./logos/Vercel"; +import HydroRolllogo from "./logos/HydroRoll"; import { useTurboSite, TurboSite } from "./SiteSwitcher"; function FooterLink({ href, children }: { href: string; children: ReactNode }) { @@ -161,7 +161,7 @@ export function FooterContent() { title="retrofor.space homepage" href="https://hydroroll.retrofor.space/background_or_logo.png" > - <VercelLogo /> + <HydroRolllogo /> </a> <p className="mt-4 text-xs text-gray-500 dark:text-[#888888]"> © {new Date().getFullYear()} retrofor, Inc. All rights |
