Skip to content

Commit

Permalink
favicon (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoder authored Jan 26, 2024
1 parent 59eccd0 commit 57a91c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions public/favicon.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { title } = Astro.props;
content="We are connecting a community of leaders, creators, and change makers to tackle social challenges."
/>
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" type="image/x-icon" href="https://calblueprint.org/assets/logo-aae705d5995375e5f2da3eef8f278fc77faadbd8fbe82772c05e1508b7d17e67.png">
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
</head>
Expand Down

0 comments on commit 57a91c3

Please sign in to comment.