improved drawer + added pwa installation notice

This commit is contained in:
daniel31x13
2024-01-23 06:29:15 -05:00
parent 1d14d17e7a
commit 39db72a201
7 changed files with 19 additions and 13 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { dropdownTriggerer, isPWA } from "@/lib/client/utils";
import { dropdownTriggerer, isIphone } from "@/lib/client/utils";
import React from "react";
import { useState } from "react";
import NewLinkModal from "./ModalContent/NewLinkModal";
@@ -20,7 +20,7 @@ export default function MobileNavigation({}: Props) {
>
<div
className={`w-full flex bg-base-100 ${
isPWA() ? "pb-5" : ""
isIphone() ? "pb-5" : ""
} border-solid border-t-neutral-content border-t`}
>
<MobileNavigationButton href={`/dashboard`} icon={"bi-house"} />