fix bugs and errors

This commit is contained in:
F4ilji
2025-05-07 09:33:14 +05:00
parent 8dadd19adc
commit 313eea406b
18 changed files with 1602 additions and 1384 deletions
@@ -43,7 +43,7 @@
</Link>
</li>
<li class="text-sm">
<Link :href="$page.props.ziggy.location" class="flex items-center text-gray-500 hover:text-primary-hover">
<Link :href="$page.url" class="flex items-center text-gray-500 hover:text-primary-hover">
<svg class="flex-shrink-0 mx-2 overflow-visible h-2.5 w-2.5 text-gray-400"
width="16" height="16"
viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -78,7 +78,7 @@
</Link>
</li>
<li class="text-sm">
<Link :href="$page.props.ziggy.location" class="flex items-center text-gray-500 hover:text-primary-hover">
<Link :href="$page.url" class="flex items-center text-gray-500 hover:text-primary-hover">
{{ textLimit(postTitle, 60) }}
</Link>
</li>