Skip to content

Commit

Permalink
chore: Add Title and Favicon (WEB-26)
Browse files Browse the repository at this point in the history
  • Loading branch information
climaxmba committed Mar 22, 2024
1 parent f18d430 commit cb3b870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React, { ReactNode } from 'react';
import type { Metadata } from 'next';

export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'Dallas Software Developers',
description: 'A community dedicated to empowering local developers',
};

export default function RootLayout({
Expand Down

0 comments on commit cb3b870

Please sign in to comment.