We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0336435 commit f5aff32Copy full SHA for f5aff32
src/app/[locale]/(auth)/dashboard/page.tsx
@@ -37,7 +37,7 @@ const DashboardIndexPage = () => {
37
})}
38
button={(
39
<>
40
- <div className="mt-2 text-xs font-light text-muted-foreground">
+ <div className="mt-2 text-sm font-light text-muted-foreground">
41
{t.rich('message_state_alternative', {
42
url: () => (
43
<a
0 commit comments