Skip to content

Commit 0356001

Browse files
committed
replace Vite icon with Pokeball icon and update page title to Pokedex React App
1 parent 1c4be60 commit 0356001

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/pokeball.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React</title>
7+
<title>Pokedex React App</title>
88
</head>
99
<body>
1010
<div id="root"></div>

public/pokeball.svg

+1
Loading

public/vite.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)