Skip to content

Commit

Permalink
update: homepage content
Browse files Browse the repository at this point in the history
  • Loading branch information
berzanorg committed Oct 10, 2023
1 parent 15ade81 commit c1ba76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import Image from 'next/image'

export default function Home() {
return (
<main className=''>
hello world
<main className='bg-amber-900'>
<h1 className='font-bold text-3xl'>hello world</h1>
</main>
)
}

0 comments on commit c1ba76f

Please sign in to comment.