Updated website design. Added a birthday command generator
This commit is contained in:
parent
3a7194b33d
commit
d424504547
16 changed files with 5764 additions and 3650 deletions
6
components/title.tsx
Normal file
6
components/title.tsx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
export function Title({ children, ...props }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<h1 className="dark:text-gray-300 font-bold text-center md:text-6xl text-3xl pt-4 font-body">{children}</h1>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue