aboutsummaryrefslogtreecommitdiff
path: root/src/components/Slideshow.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Slideshow.astro')
-rw-r--r--src/components/Slideshow.astro10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/components/Slideshow.astro b/src/components/Slideshow.astro
deleted file mode 100644
index 8910bd8..0000000
--- a/src/components/Slideshow.astro
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class="window" style="display:flex; flex-direction:column; height:80vh;">
- <div class="titlebar">
- <p class="titlebar-text">Screenshots</p>
- <div class="titlebar-buttons">
- <div class="titlebar-box"></div>
- <div class="titlebar-box"></div>
- <div class="titlebar-box"></div>
- </div>
- </div>
-</div>