Skip to content

Commit 8dac31b

Browse files
authored
fix(web): Broken blog link on the footer > web page (keyshade-xyz#980)
1 parent be4bad0 commit 8dac31b

File tree

1 file changed

+6
-2
lines changed
  • apps/web/src/components/shared/footer

1 file changed

+6
-2
lines changed

apps/web/src/components/shared/footer/index.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@ function Footer(): React.JSX.Element {
4545
>
4646
<EncryptText TARGET_TEXT="Docs" />
4747
</a>
48-
<li className="text-white/60 transition-colors hover:text-white">
48+
<a className="text-white/60 transition-colors hover:text-white"
49+
href='https://blog.keyshade.xyz/'
50+
rel="noreferrer"
51+
target="_blank"
52+
>
4953
<EncryptText TARGET_TEXT="Blog" />
50-
</li>
54+
</a>
5155
</ul>
5256
</div>
5357
<div>

0 commit comments

Comments
 (0)