Skip to content

Commit

Permalink
refactor: cleanup the code
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Sep 9, 2024
1 parent c106f72 commit 999845a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import Container from "@/components/Container.astro";
---

<footer class="relative bg-black">
<section
class="overflow-hidden border-t border-black/10 py-5 dark:border-white/25"
>
<section class="overflow-hidden border-t border-white/25 py-5">
<Container size="md">
<div class="flex flex-col items-center justify-center">
<p class="mt-2 text-center text-sm">
Expand Down

0 comments on commit 999845a

Please sign in to comment.