generate a favicon.ico for our apps (#221)

* generated new favicon.ico

* updated icon

* added white circular background to icon
This commit is contained in:
Neil An 2022-12-02 03:13:19 -05:00 committed by GitHub
parent 975b2e821a
commit 924edc017a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -11,7 +11,7 @@ const { theme = "light", title } = Astro.props;
<html lang="en" class={theme}>
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>{title} | Astro Reactive Demo</title>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -8,7 +8,7 @@ import '../styles/index.css';
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="sitemap" href="/sitemap.xml" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -17,7 +17,7 @@ const description =
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<title>Astro Reactive | {description} 🚀</title>
<meta name="description" content={description} />