From 6026433c4dd50f8c6fb5a642ab178c8032e8b644 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:15:45 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 80dffdd..414f598 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,10 +1,10 @@ import type { Metadata } from "next"; import "./styles/variables.css"; import "./globals.css"; -import { Tag } from "@/components/tag"; export const metadata: Metadata = { - title: "PhishGuard - Advanced Phishing Detection", description: "Detect phishing threats before they strike with AI-powered detection protecting millions of users daily."}; + title: "PhishGuard - Advanced Phishing Detection", description: "Detect phishing threats before they strike with AI-powered detection protecting millions of users daily." +}; const RootLayout = ({ children, @@ -15,7 +15,6 @@ const RootLayout = ({ - {children}