Skip to content

Commit

Permalink
fix: update identify on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
antheiz committed Aug 29, 2024
1 parent a964964 commit e17d166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/disclaimer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro";
---

<Layout title="Pernyataan">
<!-- About -->
<!-- Disclaimer -->
<div class="max-w-screen-lg px-4 pt-6 lg:pt-10 pb-12 sm:px-6 lg:px-8 mx-auto">
<!-- Content -->
<div class="space-y-5 md:space-y-8">
Expand All @@ -27,5 +27,5 @@ import Layout from "../layouts/Layout.astro";
</div>
<!-- End Content -->
</div>
<!-- End About -->
<!-- End Disclaimer -->
</Layout>

0 comments on commit e17d166

Please sign in to comment.