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