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 be4bad0 commit 8dac31bCopy full SHA for 8dac31b
apps/web/src/components/shared/footer/index.tsx
@@ -45,9 +45,13 @@ function Footer(): React.JSX.Element {
45
>
46
<EncryptText TARGET_TEXT="Docs" />
47
</a>
48
- <li className="text-white/60 transition-colors hover:text-white">
+ <a className="text-white/60 transition-colors hover:text-white"
49
+ href='https://blog.keyshade.xyz/'
50
+ rel="noreferrer"
51
+ target="_blank"
52
+ >
53
<EncryptText TARGET_TEXT="Blog" />
- </li>
54
+ </a>
55
</ul>
56
</div>
57
<div>
0 commit comments