aboutsummaryrefslogtreecommitdiffstats
path: root/apps/landing/components/HoarderLogo.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/landing/components/HoarderLogo.tsx')
-rw-r--r--apps/landing/components/HoarderLogo.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/landing/components/HoarderLogo.tsx b/apps/landing/components/HoarderLogo.tsx
deleted file mode 100644
index 94c201e9..00000000
--- a/apps/landing/components/HoarderLogo.tsx
+++ /dev/null
@@ -1,9 +0,0 @@
-import KarakeepFull from "@/public/icons/karakeep-full.svg";
-
-export default function HoarderLogo({ height }: { height: number }) {
- return (
- <span className="flex items-center">
- <KarakeepFull height={height} className={`fill-foreground`} />
- </span>
- );
-}