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 f7b787b commit 62187b3Copy full SHA for 62187b3
src/components/footer/index.tsx
@@ -11,11 +11,11 @@ export default function Footer() {
11
<footer className={`${css.footer} container`}>
12
<LangPicker />
13
<div className={css.launchPartner}>
14
- <span>Powered By <a href="https://tenk.dev/">TenK DAO</a></span>
+ <span>Powered By <a href="https://tenk.dev/">TENK DAO</a></span>
15
<a href="https://tenk.dev/">
16
<StaticImage
17
src="../../../config/images/tenk-logo.png"
18
- alt="TenK Logo"
+ alt="TENK Logo"
19
height={40}
20
/>
21
</a>
0 commit comments