更新svg图标

This commit is contained in:
fatwang2
2024-03-31 11:24:19 +08:00
parent 16c12ecd8a
commit d11b39ad40
3 changed files with 13 additions and 73 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export const Footer: FC = () => {
</a>
<a
className="hover:text-zinc-950"
href="https://twitter.com/wangwangwangai"
href="https://twitter.com/fatwang2ai"
>
Twitter
</a>
+7
View File
@@ -3,6 +3,13 @@ import React, { FC } from "react";
export const Logo: FC = () => {
return (
<div className="flex gap-4 items-center justify-center cursor-default select-none relative">
<div className="h-10 w-10">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-search" width="56" height="56" viewBox="0 0 24 24" stroke-width="2.5" stroke="#00abfb" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />
<path d="M21 21l-6 -6" />
</svg>
</div>
<div className="text-center font-medium text-2xl md:text-3xl text-zinc-950 relative text-nowrap">
Search4All
</div>
+5 -72
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 411 KiB

After

Width:  |  Height:  |  Size: 369 B