Add login functionality to Navbar component

This commit is contained in:
Sean Morley
2024-04-05 22:22:09 +00:00
parent 3ab2918ed2
commit cd11ce2d97
2 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
// only show footer if scrolled to the bottom
</script>
<!-- passes the user object to the navbar component -->
<Navbar user={data.user} />
<section>
<slot />