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 88339a9 commit c0435b8Copy full SHA for c0435b8
src/components/Footer.tsx
@@ -54,7 +54,7 @@ export default function Footer() {
54
alt='Web3js Logo'
55
/>
56
<p className='text-lg leading-6 text-neutral-400'>
57
- Web3js - The longest-running web3 library.
+ Web3js
58
</p>
59
60
</div>
@@ -104,7 +104,7 @@ export default function Footer() {
104
105
<div className='mt-4 border-t border-green-400/10 py-2 sm:mt-8 lg:mt-12'>
106
<p className='py-3 text-sm text-center leading-5 text-neutral-400'>
107
- © {currentYear} Maintained with ❤️ by ChainSafe
+ © {currentYear}
108
109
110
</footer>
0 commit comments