Skip to content

Commit 8d932c7

Browse files
authored
Merge pull request #161 from ekawibisono/main
Update URL Blog Blockscout
2 parents cd6d9db + c90cb6e commit 8d932c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/MenuLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const MenuLinks: React.FC<MenuLinksProps> = ({ isMobile = false }) => (
3030
<MenuLink href="https://eaas.blockscout.com/#features" isMobile={isMobile}>Features</MenuLink>
3131
<MenuLink href="https://eaas.blockscout.com/#explorer-as-a-service" isMobile={isMobile}>Explorer as a Service</MenuLink>
3232
<MenuLink href="https://eaas.blockscout.com/#future-updates" isMobile={isMobile}>Future Updates</MenuLink>
33-
<MenuLink href="https://eaas.blog.blockscout.com/" target="_blank" isMobile={isMobile}>Blog</MenuLink>
33+
<MenuLink href="https://www.blog.blockscout.com/" target="_blank" isMobile={isMobile}>Blog</MenuLink>
3434
<MenuLink href="https://docs.blockscout.com/" target="_blank" isMobile={isMobile}>Docs</MenuLink>
3535
<MenuLink href="https://eaas.blockscout.com/#contact" isMobile={isMobile}>Contact</MenuLink>
3636
</nav>

0 commit comments

Comments
 (0)