Skip to content

Commit 123f5c1

Browse files
committed
feat(website): minor improvements
1 parent ffbe579 commit 123f5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/components/ESLintReact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function ESLintReact() {
88
<div className="flex flex-col items-center gap-4 m-0 mx-auto p-8 w-fit">
99
<Image alt="logo" height="150" quality={100} src={logo as StaticImageData} width="150" />
1010
<span className="text-2xl">ESLint React</span>
11-
<p className="text-center text-gray-400">
11+
<p className="text-center text-gray-400 pt-4">
1212
A series of composable ESLint rules for React and friends.
1313
</p>
1414
</div>

0 commit comments

Comments
 (0)