summaryrefslogtreecommitdiff
path: root/docs/src/components/Footer/Footer.astro
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/components/Footer/Footer.astro')
-rw-r--r--docs/src/components/Footer/Footer.astro16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/src/components/Footer/Footer.astro b/docs/src/components/Footer/Footer.astro
deleted file mode 100644
index d13f832e5..000000000
--- a/docs/src/components/Footer/Footer.astro
+++ /dev/null
@@ -1,16 +0,0 @@
----
-import AvatarList from './AvatarList.astro';
-const { path } = Astro.props;
----
-
-<footer>
- <AvatarList {path} />
-</footer>
-
-<style>
- footer {
- margin-top: auto;
- padding: 2rem 0;
- border-top: 3px solid var(--theme-divider);
- }
-</style>