aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/public/liris.webpbin0 -> 85206 bytes
-rw-r--r--site/public/xiatian.webpbin54906 -> 0 bytes
-rw-r--r--site/src/pages/Homepage.tsx2
-rw-r--r--site/src/pages/NotFound.tsx4
4 files changed, 3 insertions, 3 deletions
diff --git a/site/public/liris.webp b/site/public/liris.webp
new file mode 100644
index 0000000..4a472ba
--- /dev/null
+++ b/site/public/liris.webp
Binary files differ
diff --git a/site/public/xiatian.webp b/site/public/xiatian.webp
deleted file mode 100644
index 82ffb15..0000000
--- a/site/public/xiatian.webp
+++ /dev/null
Binary files differ
diff --git a/site/src/pages/Homepage.tsx b/site/src/pages/Homepage.tsx
index 5d202dc..74cca3b 100644
--- a/site/src/pages/Homepage.tsx
+++ b/site/src/pages/Homepage.tsx
@@ -127,7 +127,7 @@ export default function Home() {
<h1 className="text-2xl font-bold">Welcome to 573-UPDATES</h1>
<div className="floating">
<img
- src="/xiatian.webp"
+ src="/liris.webp"
className="w-48 mx-auto mb-2 object-contain rounded-2xl"
/>
</div>
diff --git a/site/src/pages/NotFound.tsx b/site/src/pages/NotFound.tsx
index 62c978c..37978af 100644
--- a/site/src/pages/NotFound.tsx
+++ b/site/src/pages/NotFound.tsx
@@ -19,7 +19,7 @@ export default function NotFound() {
<h2 className="text-2xl font-semibold mb-4">Page Not Found</h2>
<div className="mb-6">
<img
- src="/xiatian.webp"
+ src="/liris.webp"
className="w-32 mx-auto mb-4 object-contain rounded-2xl opacity-50"
alt="Not found"
/>
@@ -54,4 +54,4 @@ export default function NotFound() {
</div>
</>
);
-} \ No newline at end of file
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage