Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 23a9f2c

Browse files
authored
feat(website): change LiveChat logo link URL (#384)
1 parent 4851cb1 commit 23a9f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/website/src/components/Footer/TopFooter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const OrganizerWrapper = ({ children, socials }: OrganizerWrapperProps) => {
3939

4040
const CodersCrewDescription = () => (
4141
<OrganizerWrapper socials={codersCrewSocials}>
42-
<ExternalLink href="https://coderscrew.pl">
42+
<ExternalLink href="https://coderscrew.pl" rel="dofollow">
4343
<CodersCrewLogo maxW="100%" h="32px" />
4444
</ExternalLink>
4545
<Typography pt="20px" size={{ base: 'md', xl: 'sm', '2xl': 'md' }} textAlign={{ base: 'center', lg: 'left' }}>
@@ -51,7 +51,7 @@ const CodersCrewDescription = () => (
5151

5252
const LiveChatDescription = () => (
5353
<OrganizerWrapper socials={liveChatSocials}>
54-
<ExternalLink href="https://www.livechat.com">
54+
<ExternalLink href="https://www.livechat.com/careers" rel="dofollow">
5555
<LiveChatLogoHorizontal maxW="100%" h="40px" />
5656
</ExternalLink>
5757
<Typography pt="12px" size={{ base: 'md', xl: 'sm', '2xl': 'md' }} textAlign={{ base: 'center', lg: 'left' }}>

0 commit comments

Comments
 (0)