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 76136b3 commit 35045d9Copy full SHA for 35045d9
apps/website/app/(home)/page.tsx
@@ -20,7 +20,7 @@ const features = [
20
21
export default function HomePage() {
22
return (
23
- <main className="w-full min-w-0 max-w-6xl px-8 pt-4 pb-12 md:px-12 mx-auto">
+ <main className="w-full min-w-0 max-w-6xl px-8 pt-4 pb-0 md:px-12 mx-auto">
24
<ESLintReact />
25
<article className="prose max-w-none">
26
<h2>Features</h2>
@@ -46,6 +46,9 @@ export default function HomePage() {
46
</Link>.
47
</p>
48
</article>
49
+ <footer className="text-center text-sm text-gray-500 mt-8">
50
+ <small>ESLint React is not affiliated with Meta Corporation or facebook/react project or React team, nor is it endorsed or sponsored by them.</small>
51
+ </footer>
52
</main>
53
);
54
}
0 commit comments