public: add supporter

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-08 22:45:22 +01:00
parent 49d2c7512a
commit 720b56aba6
11 changed files with 450 additions and 182 deletions

View File

@@ -4,7 +4,6 @@ import { cn } from '@/lib/utils';
import { AnimatePresence, motion } from 'framer-motion';
import { MenuIcon } from 'lucide-react';
import Link from 'next/link';
import { usePathname } from 'next/navigation';
import { useEffect, useRef, useState } from 'react';
import { GithubButton } from './github-button';
import { Logo } from './logo';