Skip to content

Commit

Permalink
style: change header background again (#13)
Browse files Browse the repository at this point in the history
* style: change header background again

* fix: test deploy preview
  • Loading branch information
0-vortex committed Mar 18, 2022
1 parent 32dcbae commit b3a38b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PrimaryNav.tsx
Expand Up @@ -8,7 +8,7 @@ const PrimaryNav = (): JSX.Element => {
const { signIn, signOut, user } = useSupabaseAuth();

return (
<nav className="flex bg-current min-h-10 w-full font-roboto font-bold px-4 py-4 sm:py-2">
<nav className="flex bg-red-400 min-h-10 w-full font-roboto font-bold px-4 py-4 sm:py-2">
<div className="flex-1 flex text-2xl font-medium items-center">
<a href="https://opensauced.pizza">
<img
Expand Down

0 comments on commit b3a38b6

Please sign in to comment.