We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b475f commit f8abed2Copy full SHA for f8abed2
1 file changed
src/App.svelte
@@ -35,7 +35,12 @@
35
<div class="h-8"></div>
36
<SocialsRow />
37
</main>
38
-<div class="fixed bottom-0 w-full flex justify-center pb-1">
+<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]">
44
<svg
45
bind:this={scrollIndicator}
46
width="60"
0 commit comments