We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c82948 commit f13db4fCopy full SHA for f13db4f
1 file changed
src/App.svelte
@@ -35,12 +35,14 @@
35
<div class="h-8"></div>
36
<SocialsRow />
37
38
- <p class="mt-100 mb-10">
39
- theres no content here yet...
40
- </p>
+ <p class="mt-100 mb-10">theres no content here yet...</p>
41
</main>
42
<footer class="w-full flex flex-row justify-end fixed bottom-0 p-1">
43
- <a href="https://github.com/jumpyjacko/portfolio" target="_blank" class="underline">
+ <a
+ href="https://github.com/jumpyjacko/jumpyjacko.github.io"
+ target="_blank"
44
+ class="underline"
45
+ >
46
source code
47
</a>
48
</footer>
0 commit comments