Skip to content

Commit

Permalink
apps: update favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 18, 2024
1 parent e12a07b commit f1adee4
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 6 deletions.
21 changes: 21 additions & 0 deletions apps/cloudflare/public/circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion apps/cloudflare/public/vite.svg

This file was deleted.

2 changes: 1 addition & 1 deletion apps/cloudflare/src/client/+page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/circle.svg" />
<link rel="stylesheet" href="/client/style.css" />
<title>Cloudflare Tester</title>
<meta name="description" content="Description" />
Expand Down
21 changes: 21 additions & 0 deletions apps/docs/public/circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion apps/docs/public/vite.svg

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/src/server/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Layout: FC<LayoutProps> = ({ title, children, client }) => {
content="width=device-width, initial-scale=1.0"
/>
{client.map((tags) => tags)}
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/circle.svg" />
<meta
name="description"
content="A Minimal Full-Stack JavaScript Framework."
Expand Down
21 changes: 21 additions & 0 deletions apps/tester/public/circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion apps/tester/public/vite.svg

This file was deleted.

2 changes: 1 addition & 1 deletion apps/tester/src/client/+page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/circle.svg" />
<script type="module" src="/client/+script.ts"></script>
<link rel="stylesheet" href="/client/style.css" />
<title>domco tester</title>
Expand Down

0 comments on commit f1adee4

Please sign in to comment.