Skip to content

Commit

Permalink
chore: hide cv
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1230 committed Jan 1, 2024
1 parent 8aa4b84 commit 8dd0a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(index)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import Link from "next/link";
export default async function Page() {
return (
<>
<div className="fixed bottom-0 py-8 right-2 md:right-6 lg:right-10 z-10 flex flex-col h-full items-center justify-between gap-4">
{/* <div className="fixed bottom-0 py-8 right-2 md:right-6 lg:right-10 z-10 flex flex-col h-full items-center justify-between gap-4">
<Button asChild variant="link">
<Link href="/cv">cv</Link>
</Button>
<AdminButton />
</div>
</div> */}
<div className="max-w-screen select-none flex w-full flex-col justify-between gap-4 px-4 pt-8 sm:px-8 md:h-full md:px-16 md:pt-0 lg:px-24 xl:px-32">
<Intro />
<Suspense fallback={null}>
Expand Down

0 comments on commit 8dd0a2d

Please sign in to comment.