Skip to content

Commit f8abed2

Browse files
committed
add: footer
1 parent b9b475f commit f8abed2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/App.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@
3535
<div class="h-8"></div>
3636
<SocialsRow />
3737
</main>
38-
<div class="fixed bottom-0 w-full flex justify-center pb-1">
38+
<footer class="w-full flex flex-row justify-end fixed bottom-0 p-1">
39+
<a href="https://github.com/jumpyjacko/portfolio" target="_blank" class="underline">
40+
source code
41+
</a>
42+
</footer>
43+
<div class="fixed bottom-0 w-full flex justify-center pb-1 z-[-1]">
3944
<svg
4045
bind:this={scrollIndicator}
4146
width="60"

0 commit comments

Comments
 (0)