fix: 拼写错误

This commit is contained in:
sealday 2024-04-06 01:57:28 +08:00
parent a743e0be92
commit 7deb4762f1
5 changed files with 24 additions and 15 deletions

View File

@ -5,9 +5,9 @@ export default function Logo() {
version="1.1"
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
xmlns="http://www.w3.org/2000/svg"
className="w-10 h-10 text-white p-2 bg-indigo-500 rounded-full"
>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -183,9 +183,9 @@ export default function RootLayout({
<a href="#" className="text-gray-500">
<svg
fill="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
className="w-5 h-5"
viewBox="0 0 24 24"
>
@ -195,9 +195,9 @@ export default function RootLayout({
<a href="#" className="ml-3 text-gray-500">
<svg
fill="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
className="w-5 h-5"
viewBox="0 0 24 24"
>
@ -208,9 +208,9 @@ export default function RootLayout({
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="2"
className="w-5 h-5"
viewBox="0 0 24 24"
>
@ -229,9 +229,9 @@ export default function RootLayout({
<svg
fill="currentColor"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="0"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="0"
className="w-5 h-5"
viewBox="0 0 24 24"
>

View File

@ -10,6 +10,7 @@
},
"dependencies": {
"axios": "^1.6.8",
"fuse.js": "^7.0.0",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View File

@ -8,6 +8,9 @@ dependencies:
axios:
specifier: ^1.6.8
version: 1.6.8
fuse.js:
specifier: ^7.0.0
version: 7.0.0
next:
specifier: 14.1.4
version: 14.1.4(react-dom@18.2.0)(react@18.2.0)
@ -1468,6 +1471,11 @@ packages:
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
dev: true
/fuse.js@7.0.0:
resolution: {integrity: sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==}
engines: {node: '>=10'}
dev: false
/get-intrinsic@1.2.4:
resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
engines: {node: '>= 0.4'}