Skip to content

Commit f5aff32

Browse files
committed
chore: adjust font size for message state alternative text
1 parent 0336435 commit f5aff32

File tree

1 file changed

+1
-1
lines changed
  • src/app/[locale]/(auth)/dashboard

1 file changed

+1
-1
lines changed

src/app/[locale]/(auth)/dashboard/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const DashboardIndexPage = () => {
3737
})}
3838
button={(
3939
<>
40-
<div className="mt-2 text-xs font-light text-muted-foreground">
40+
<div className="mt-2 text-sm font-light text-muted-foreground">
4141
{t.rich('message_state_alternative', {
4242
url: () => (
4343
<a

0 commit comments

Comments
 (0)