Skip to content

Commit e2352ad

Browse files
committed
Update favicon to Ruby
1 parent e297b85 commit e2352ad

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
tsconfig.tsbuildinfo
22
src/**/*.d.ts
33
/dist
4+
/tmp

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<link rel="icon" type="image/x-icon" href="/ruby.png" sizes="32x32">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Ruby Enumeration Demo</title>
99
</head>

public/ruby.png

2.51 KB
Loading

public/vite.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)