From 927bb980f0759e3dfb4036286dabb14ba0f20b40 Mon Sep 17 00:00:00 2001 From: Ricky <101335214+RickyRAV@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:34:15 -0700 Subject: [PATCH] Update layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 53a27ec..e986edc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,7 +17,8 @@ export const metadata: Metadata = { siteName: 'IntelliQ', locale: 'en-US', type: 'website', - }, + } +}; import { cn } from "@/lib/utils"; import "./globals.css"; import type { Metadata } from "next";