summaryrefslogtreecommitdiff
path: root/client/src/components/NavBar.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-07-28 15:24:21 -0700
committerMichael Hunteman <michael@huntm.net>2024-07-28 15:24:21 -0700
commit491ae774cf68ffaad8e6957d818c6e2e6588016e (patch)
treecb97b7f4a63d3f3921e2a56c6da96d93aae5d5dd /client/src/components/NavBar.tsx
parent145bf9aeedb88ded671b1f1b4700235379a11143 (diff)
Add photos
Diffstat (limited to 'client/src/components/NavBar.tsx')
-rw-r--r--client/src/components/NavBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/NavBar.tsx b/client/src/components/NavBar.tsx
index a8e0a14..7cae800 100644
--- a/client/src/components/NavBar.tsx
+++ b/client/src/components/NavBar.tsx
@@ -9,7 +9,7 @@ function NavBar() {
const isMobile = useMediaQuery('(max-width: 768px)');
return (
- <AppBar position="relative">
+ <AppBar>
<Toolbar>
<Typography
variant="h5"