mirror of
https://github.com/wahyd4/SAI2.git
synced 2026-08-08 21:01:21 +10:00
更新svg图标
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 411 KiB After Width: | Height: | Size: 369 B |
Reference in New Issue
Block a user