Skip to content

Commit e159671

Browse files
committed
fix(footer): open github link in new tab
1 parent d6ea0f3 commit e159671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
</div>
529529

530530
<footer class="footer">
531-
<p>Made with ❤️ and Svelte - View <a href="https://github.com/hrueger/reaper2ma">Source on GitHub</a></p>
531+
<p>Made with ❤️ and Svelte - View <a target="_blank" href="https://github.com/hrueger/reaper2ma">Source on GitHub</a></p>
532532
<p>&copy; 2025 Hannes Rüger</p>
533533
</footer>
534534
</main>

0 commit comments

Comments
 (0)