Skip to content
Snippets Groups Projects
Commit 18d35560 authored by Matt Kirby's avatar Matt Kirby
Browse files

Change bg colour

parent e63860b0
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ export default function Home() { ...@@ -24,7 +24,7 @@ export default function Home() {
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
</Head> </Head>
<main className='min-h-screen bg-c-pink'> <main className='min-h-screen bg-white'>
<NavBar user={null}> <NavBar user={null}>
{user && {user &&
<Hero /> <Hero />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment