diff options
| author | MohamedBassem <me@mbassem.com> | 2025-04-06 22:57:07 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-04-06 22:57:07 +0100 |
| commit | 3f2d3560dc04dbee23237d896c1325389035c738 (patch) | |
| tree | e683bade56297162394075d7ad306c4578ea3c99 /apps/landing/components | |
| parent | 4e32b409a925136ed575b32abe3c8d6028dbc1fb (diff) | |
| download | karakeep-3f2d3560dc04dbee23237d896c1325389035c738.tar.zst | |
refactor: Migrate the landing page from nextjs to vite
Diffstat (limited to 'apps/landing/components')
| -rw-r--r-- | apps/landing/components/HoarderLogo.tsx | 9 |
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> - ); -} |
