1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Update footer link for tns

This commit is contained in:
Kamran Ahmed
2022-11-29 14:51:05 +05:00
parent 30f9b1ea32
commit 22350387a6

View File

@@ -67,7 +67,7 @@ export function Footer() {
<Box maxWidth={'550px'} textAlign={['left', 'left', 'right']}>
<Link display='flex' justifyContent={['flex-start', 'flex-start', 'flex-end']} fontWeight={600}
_hover={{ textDecoration: 'none', color: 'white' }} href='/'>
_hover={{ textDecoration: 'none', color: 'white' }} href='https://thenewstack.io/' target='_blank'>
<Image alt='' w='195px' src='/tns.png' />
</Link>