Skip to content

Commit

Permalink
start with hamburger closed to be more mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Jan 19, 2024
1 parent 102158b commit e8532bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
export let data: PageData;
let open: boolean = true;
let open: boolean = false;
async function getCurrentUser() {
return await data.supabase.auth.getUser();
Expand Down

1 comment on commit e8532bc

@vercel
Copy link

@vercel vercel bot commented on e8532bc Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

volleyman – ./

volleyman-craigkai.vercel.app
volleyman-git-main-craigkai.vercel.app
volleyman.vercel.app

Please sign in to comment.