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 63673ea commit afd8c6aCopy full SHA for afd8c6a
1 file changed
src/features/dashboard/templates/tags/header.tsx
@@ -45,7 +45,7 @@ export default function TagsHeader({
45
)
46
47
return (
48
- <div className="flex flex-col gap-3">
+ <div className="flex flex-col gap-6">
49
<div className="flex items-center gap-2 justify-between">
50
<div className="w-full max-w-70">
51
<label
@@ -97,7 +97,7 @@ export default function TagsHeader({
97
rel="noopener"
98
className="underline-offset-2 underline hover:text-fg transition-colors"
99
>
100
- Read more
+ Read more
101
</a>
102
.
103
</p>
0 commit comments