Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyaKhemlani committed Jul 21, 2024
2 parents 5b9ec94 + 3023cfe commit edbdfc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions seal-website/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<head>
<title>Social Equity Action Lab</title>
<link rel="icon" href="/images/icon.png" />
{/* You can also add more meta tags, stylesheets, etc. here */}
</head>
<body className={font.className}>
<ClientOnly>
<ContactUsModal />
Expand Down
Binary file added seal-website/public/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed seal-website/public/placeholder.png
Binary file not shown.

0 comments on commit edbdfc4

Please sign in to comment.