Skip to content

Commit

Permalink
💽 incremental change
Browse files Browse the repository at this point in the history
  • Loading branch information
zrosenbauer committed May 11, 2024
1 parent 8e2fa4e commit e8e8e51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ export default async function Page({ params }: Props) {
return (
<div className='bg-zinc-50 min-h-screen'>
<header className='relative isolate overflow-hidden bg-gradient-to-tl from-black via-zinc-900 to-black'>
<Navigation
backLink='/blog'
/>
<Navigation />
<div className='container mx-auto relative isolate overflow-hidden py-24 sm:py-32'>
<div className='mx-auto max-w-7xl px-6 lg:px-8 text-center flex flex-col items-center'>
<div className='mx-auto max-w-2xl lg:mx-0'>
Expand Down

0 comments on commit e8e8e51

Please sign in to comment.