Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
utsavpatel562 authored Jun 19, 2024
1 parent 69a5676 commit e2999b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "ZOOM CLONE (UTSAV PATEL)",
description: "Generated by create next app",
description: "Video Calling App",
icons: {
icon: "/icons/logo.svg",
},
};

export default function RootLayout({
Expand Down

0 comments on commit e2999b9

Please sign in to comment.