Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Oct 24, 2024
1 parent fa95256 commit 83c3c86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/dj/index.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
import Layout from "../layouts/main.astro";
import Layout from "../../layouts/main.astro";
import { Icon } from "astro-icon/components";
---

<Layout>
Expand Down Expand Up @@ -33,7 +34,7 @@ import Layout from "../layouts/main.astro";
</div>

<button id="to-top-button" onclick="scrollToNextSection()" title="Go To Top" class="fixed z-90 bottom-24 right-8 border-0 w-16 h-16 rounded-full drop-shadow-md bg-indigo-500 text-white text-3xl font-bold">
&uarr;
<Icon name="mingcute:arrow-down-fill" />
</button>

<script is:inline>
Expand Down

0 comments on commit 83c3c86

Please sign in to comment.