Skip to content

Commit 35d0a85

Browse files
committed
replace text-left with text-start
1 parent 9db3aca commit 35d0a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/BlogPostListCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defineProps<{
2929
class="flex items-center gap-4 focus-visible:outline-none after:content-[''] after:absolute after:inset-0"
3030
>
3131
<!-- Text Content -->
32-
<div class="flex-1 min-w-0 text-left gap-2">
32+
<div class="flex-1 min-w-0 text-start gap-2">
3333
<span class="text-xs text-fg-muted font-mono">{{ published }}</span>
3434
<h2
3535
class="font-mono text-xl font-medium text-fg group-hover:text-primary transition-colors hover:underline"

0 commit comments

Comments
 (0)