summaryrefslogtreecommitdiff
path: root/smoke/astro.build-main/src/components/Tweet.astro
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/astro.build-main/src/components/Tweet.astro')
-rw-r--r--smoke/astro.build-main/src/components/Tweet.astro14
1 files changed, 0 insertions, 14 deletions
diff --git a/smoke/astro.build-main/src/components/Tweet.astro b/smoke/astro.build-main/src/components/Tweet.astro
deleted file mode 100644
index 1d9f32889..000000000
--- a/smoke/astro.build-main/src/components/Tweet.astro
+++ /dev/null
@@ -1,14 +0,0 @@
----
-import Panel from './Panel.astro'
----
-
-<Panel class="tweet" background="var(--color-dawn)">
- <slot />
-</Panel>
-
-<style>
-.tweet {
- margin-top: 2rem;
- display: block !important;
-}
-</style>