We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36b3a0 commit 6f3c7faCopy full SHA for 6f3c7fa
src/server/templates/components/footer.jinja
@@ -19,11 +19,18 @@
19
<div class="flex justify-center items-center">
20
<div class="flex items-center">
21
made with ❤️ by
22
- <a href="https://bsky.app/profile/yasbaltrine.bsky.social"
+ <a href="https://x.com/romdot2"
23
target="_blank"
24
rel="noopener noreferrer"
25
class="ml-1 hover:underline">@rom2</a>
26
</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>
34
35
<!-- Right column - Discord -->
36
<div class="flex justify-end">
0 commit comments