feat: replace PNG logo with SVG and add new icon SVG files
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 4.3 KiB |
@@ -17,7 +17,7 @@ function Logo({ isAbsolute, matchedCity }) {
|
||||
<div className="flex items-center justify-start gap-[5px]">
|
||||
<Image
|
||||
className="w-[20px] h-[20px] sm:w-[23px] sm:h-[23px] md:w-[26px] md:h-[26px] lg:w-[30px] lg:h-[30px]"
|
||||
src="/nobat724.png"
|
||||
src="/nobat724.svg"
|
||||
width={30}
|
||||
height={30}
|
||||
alt=""
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 100 100">
|
||||
<path d="M50 12 A38 38 0 1 0 88 50 A19 19 0 0 0 55.6 36.6" fill="none" stroke="#5559CE" stroke-width="7.5" stroke-linecap="round"></path>
|
||||
<rect x="46.5" y="40" width="7" height="20" rx="3.5" fill="#FF8848"></rect>
|
||||
<rect x="40" y="46.5" width="20" height="7" rx="3.5" fill="#FF8848"></rect>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 392 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 100 100">
|
||||
<path d="M50 12 A38 38 0 1 0 88 50 A19 19 0 0 0 55.6 36.6" fill="none" stroke="#5559CE" stroke-width="7.5" stroke-linecap="round"></path>
|
||||
<rect x="46.5" y="40" width="7" height="20" rx="3.5" fill="#FF8848"></rect>
|
||||
<rect x="40" y="46.5" width="20" height="7" rx="3.5" fill="#FF8848"></rect>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 392 B |
Reference in New Issue
Block a user