Skip to content

Commit f13db4f

Browse files
committed
fix: source code link to new repo
1 parent 0c82948 commit f13db4f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/App.svelte

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@
3535
<div class="h-8"></div>
3636
<SocialsRow />
3737

38-
<p class="mt-100 mb-10">
39-
theres no content here yet...
40-
</p>
38+
<p class="mt-100 mb-10">theres no content here yet...</p>
4139
</main>
4240
<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">
41+
<a
42+
href="https://github.com/jumpyjacko/jumpyjacko.github.io"
43+
target="_blank"
44+
class="underline"
45+
>
4446
source code
4547
</a>
4648
</footer>

0 commit comments

Comments
 (0)