update navigation bar

This commit is contained in:
Alma 2025-04-09 18:08:49 +02:00
parent b92ab030a5
commit b825766fc6
2 changed files with 2 additions and 15 deletions

View File

@ -1,13 +0,0 @@
export default function MessagesPage() {
return (
<div className="w-full h-[calc(100vh-8rem)]">
<iframe
src="https://example.com/messages"
className="w-full h-full border-none"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
/>
</div>
)
}

View File

@ -34,8 +34,8 @@ import {
DropdownMenuSeparator,
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
import { format } from "date-fns";
import { fr } from "date-fns/locale";
import { format } from 'date-fns';
import { fr } from 'date-fns/locale';
const requestNotificationPermission = async () => {
try {