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 58b9888 commit 5225c76Copy full SHA for 5225c76
src/components/footer.tsx
@@ -8,7 +8,7 @@ const formatter = new Intl.ListFormat('en', {
8
9
export function Footer() {
10
return (
11
- <footer className="text-center pb-10 text-white py-4 text-lg border-t-[0.5px] border-dashed border-t-hacktoberfest-light-green">
+ <footer className="text-center text-white py-4 text-lg border-t-[0.5px] border-dashed border-t-hacktoberfest-light-green">
12
<div className="container px-4 mx-auto">
13
<Link href="/contributors">
14
Made with <span className="text-red-500">💗</span> by{' '}
0 commit comments