summaryrefslogtreecommitdiff
path: root/examples/view-transitions/src/components/Footer.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/view-transitions/src/components/Footer.astro')
-rw-r--r--examples/view-transitions/src/components/Footer.astro30
1 files changed, 15 insertions, 15 deletions
diff --git a/examples/view-transitions/src/components/Footer.astro b/examples/view-transitions/src/components/Footer.astro
index 45f1338b0..d9f29219b 100644
--- a/examples/view-transitions/src/components/Footer.astro
+++ b/examples/view-transitions/src/components/Footer.astro
@@ -1,17 +1,17 @@
<footer class="border border-t border-gray-800">
- <div class="container mx-auto text-sm px-4 py-6">
- Made with ❤️ by <a
- href="https://www.twitter.com/charca"
- target="_blank"
- class="underline hover:text-gray-300">Maxi Ferreira</a
- > — Powered by <a
- href="https://astro.build"
- target="_blank"
- class="underline hover:text-gray-300">Astro</a
- > and <a
- href="https://www.themoviedb.org/documentation/api"
- target="_blank"
- class="underline hover:text-gray-300">TMDb API</a
- >.
- </div>
+ <div class="container mx-auto text-sm px-4 py-6">
+ Made with ❤️ by <a
+ href="https://www.twitter.com/charca"
+ target="_blank"
+ class="underline hover:text-gray-300">Maxi Ferreira</a
+ > — Powered by <a
+ href="https://astro.build"
+ target="_blank"
+ class="underline hover:text-gray-300">Astro</a
+ > and <a
+ href="https://www.themoviedb.org/documentation/api"
+ target="_blank"
+ class="underline hover:text-gray-300">TMDb API</a
+ >.
+ </div>
</footer>