aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2026-02-05 21:38:57 -0500
committerAndrew Lee <[email protected]>2026-02-05 21:40:13 -0500
commit6c68cb168a6020e0589c99add348bb7a73f4eda6 (patch)
tree9e80976be820ed25a8dfe089c06745e73ba486df /src/pages/index.astro
parent00a841d83aeb4fa657d9dbfee58ac9b36eee3382 (diff)
downloadshiftos-archive-website-6c68cb168a6020e0589c99add348bb7a73f4eda6.tar.gz
shiftos-archive-website-6c68cb168a6020e0589c99add348bb7a73f4eda6.tar.bz2
shiftos-archive-website-6c68cb168a6020e0589c99add348bb7a73f4eda6.zip
shifter stuff + updated downloads
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index b352cd0..899a0e6 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -3,7 +3,7 @@ import { Image } from 'astro:assets';
import logo from "../assets/logo.png";
import Layout from '../layouts/Layout.astro';
import NoJSWarning from '../components/NoJSWarning.astro';
-import Shifter from '../components/Shifter.tsx';
+import ToggleShifter from '../components/ToggleShifter.tsx';
import Slideshow from '../components/Slideshow.tsx';
---
@@ -32,11 +32,11 @@ import Slideshow from '../components/Slideshow.tsx';
</div>
</div>
<!-- <div class="window-container">
- <Slideshow client:load />
+ <Slideshow client:load image={"test"} alt={"test"} />
</div> -->
- <Shifter client:only />
+ <ToggleShifter client:only />
</div>
<footer>
- <p><b>&copy; Copyright 2013-2025 ShiftOS Archive. Game originally made by Philip Adams.<br/>Website made by <a href="https://alee14.me">Andrew Lee</a>. <a href="https://github.com/Alee14/shiftos-website">Website source code.</a></b></p>
+ <p><b>&copy; Copyright 2013-2026 ShiftOS Archive. Game originally made by Philip Adams.<br/>Website made by <a href="https://alee14.me">Andrew Lee</a>. <a href="https://github.com/Alee14/shiftos-website">Website source code.</a></b></p>
</footer>
</Layout>