Skip to content

Commit

Permalink
Fixes #2 - blog link wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Mar 15, 2024
1 parent 77acf4c commit b2cc82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/Pages/Blog.razor
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</div>
</div>
<div class="pt-4 xl:pt-8">
<a class="text-primary-500 hover:text-primary-400" aria-label="Back to the blog" href="@BlogService.Options.BlogPageUrl">← Back to the blog</a>
<a class="text-primary-500 hover:text-primary-400" aria-label="Back to the home" href="">← Back to the home</a>
</div>
</footer>
</div>
Expand Down

0 comments on commit b2cc82f

Please sign in to comment.