Skip to content

Commit

Permalink
fix( #80 ): missing "about" translation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jul 22, 2024
1 parent f096b09 commit 3b95047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/tailwindUI/index.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
<div class="text-center mt-4 mb-2 text-xs font-medium">
<div class="mb-1">
<!-- Link to the About page with a target attribute to open in a new tab -->
<a href="/about" class="text-rose-500 hover:text-rose-600 duration-150" target="_blank">About</a>
<a href="/about" class="text-rose-500 hover:text-rose-600 duration-150" target="_blank">{{
translations.about.title }}</a>
</div>
<!-- Attribution and appreciation for the original code -->
<!-- Please respect this code’s originality and credit the original repo. Thanks for your cooperation. 💜 -->
Expand Down

0 comments on commit 3b95047

Please sign in to comment.