diff --git a/web/components/home/home.tsx b/web/components/home/home.tsx
index cba0022c..cc68b3ac 100644
--- a/web/components/home/home.tsx
+++ b/web/components/home/home.tsx
@@ -51,7 +51,7 @@ export function LoggedOutHome() {
<>
{user === null &&
diff --git a/web/components/nav/bottom-nav-bar.tsx b/web/components/nav/bottom-nav-bar.tsx
index e60a0653..4aab84a7 100644
--- a/web/components/nav/bottom-nav-bar.tsx
+++ b/web/components/nav/bottom-nav-bar.tsx
@@ -37,7 +37,7 @@ export function BottomNavBar(props: {
return null
}
- return (
+ return (
+
+
+
)
}
diff --git a/web/styles/globals.css b/web/styles/globals.css
index 22953b15..0724cad2 100644
--- a/web/styles/globals.css
+++ b/web/styles/globals.css
@@ -458,6 +458,6 @@ ol > li::marker {
.safe-bottom {
/*bottom: env(safe-area-inset-bottom);*/
- bottom: calc(env(safe-area-inset-bottom) + 0px);
+ bottom: calc(env(safe-area-inset-bottom));
}