Skip to content

Commit

Permalink
fix: update logo in index template (#108)
Browse files Browse the repository at this point in the history
* fix: update logo in index template

Signed-off-by: warjiang <[email protected]>

* chore: rm vite.svg

Signed-off-by: warjiang <[email protected]>

---------

Signed-off-by: warjiang <[email protected]>
  • Loading branch information
warjiang authored Sep 5, 2024
1 parent 33a1275 commit 8f9b798
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/apps/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script>
Expand Down
29 changes: 29 additions & 0 deletions ui/apps/dashboard/public/logo.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 ui/apps/dashboard/public/vite.svg

This file was deleted.

0 comments on commit 8f9b798

Please sign in to comment.