Skip to content

Commit 6f3c7fa

Browse files
authored
Update footer.jinja
Add a link to pad.ws in footer
1 parent d36b3a0 commit 6f3c7fa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/server/templates/components/footer.jinja

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,18 @@
1919
<div class="flex justify-center items-center">
2020
<div class="flex items-center">
2121
made with ❤️ by
22-
<a href="https://bsky.app/profile/yasbaltrine.bsky.social"
22+
<a href="https://x.com/romdot2"
2323
target="_blank"
2424
rel="noopener noreferrer"
2525
class="ml-1 hover:underline">@rom2</a>
2626
</div>
27+
<div class="flex items-center">
28+
Check out my
29+
<a href="https://pad.ws"
30+
target="_blank"
31+
rel="noopener noreferrer"
32+
class="ml-1 hover:underline">latest project</a>
33+
</div>
2734
</div>
2835
<!-- Right column - Discord -->
2936
<div class="flex justify-end">

0 commit comments

Comments
 (0)