Skip to content

Commit

Permalink
Favicon fix (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: AlexMikhalev <[email protected]>
  • Loading branch information
AlexMikhalev authored May 15, 2024
1 parent 8bd8085 commit 0a2785e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions desktop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/32x32.png">
<link rel="apple-touch-icon" type="image/png" href="/180x180.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Svelte + TS + Vite App</title>
<title>Terraphim AI</title>
</head>
<body>
<div id="app"></div>
Expand Down
Binary file added desktop/public/180x180.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 added desktop/public/32x32.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 desktop/public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion desktop/public/vite.svg

This file was deleted.

0 comments on commit 0a2785e

Please sign in to comment.