Skip to content

Commit

Permalink
🐛: Fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrrrmin committed Jan 5, 2025
1 parent 98da600 commit d5cfc7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header class="lg:flex lg:items-center lg:justify-between py-6">
<div class="min-w-0 flex-1">
<h1 class="text-2xl/7 font-bold text-gray-900 sm:truncate sm:text-3xl sm:tracking-tight"><a href="/">{{ site.Title }}</a></h1>
<h1 class="text-2xl/7 font-bold text-gray-900 sm:truncate sm:text-3xl sm:tracking-tight">{{ site.Title }}</h1>
</div>
<!-- <div class="mt-5 flex lg:ml-4 lg:mt-0">
<div
Expand Down

0 comments on commit d5cfc7e

Please sign in to comment.