File tree Expand file tree Collapse file tree 6 files changed +8
-3
lines changed
Expand file tree Collapse file tree 6 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 " />
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 " />
7- < link rel ="icon " href ="<%= BASE_URL %> favicon.ico " />
7+ < link rel ="icon " href ="./ favicon.png " />
88 < title > < %= htmlWebpackPlugin.options.title %> </ title >
99 </ head >
1010 < body >
Original file line number Diff line number Diff line change 33 <div class =" md:flex items-center justify-between px-4 py-5" >
44 <div class =" flex justify-between items-center" >
55 <div class =" text-2xl font-bold text-gray-800 md:text-3xl" >
6- <router-link to =" /" >Logo</router-link >
6+ <router-link to =" /"
7+ ><img
8+ src =" ../../assets/images/logo.svg"
9+ class =" w-36"
10+ alt =" "
11+ /></router-link >
712 </div >
813 <div class =" md:hidden" >
914 <button
You can’t perform that action at this time.
0 commit comments