Skip to content

Commit 0bae5d7

Browse files
committed
add community links
1 parent 85ba543 commit 0bae5d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

thingconnect.pulse.client/src/components/layout/Navigation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function Navigation({ onItemClick }: NavigationProps) {
3636
return (
3737
<Box h='100%' display='flex' flexDirection='column' data-testid='navigation'>
3838
<Box
39-
p={4}
39+
p={6}
4040
borderBottom='1px'
4141
borderColor='gray.200'
4242
_dark={{ borderColor: 'gray.700' }}
@@ -46,7 +46,7 @@ export function Navigation({ onItemClick }: NavigationProps) {
4646
data-testid='thingconnect-icon'
4747
src={thingConnectIcon}
4848
alt='ThingConnect'
49-
49+
w={44}
5050
h='auto'
5151
/>
5252
</Box>

thingconnect.pulse.client/src/pages/About.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export default function About() {
224224
title: 'Discord',
225225
desc: 'Community support and real-time help',
226226
tags: ['Community Support', 'Q&A', 'General Chat', 'Networking'],
227-
link: 'https://discord.gg',
227+
link: 'https://discord.gg/ZvhWncwv3J',
228228
},
229229
{
230230
icon: MessageCircle,
@@ -238,14 +238,14 @@ export default function About() {
238238
title: 'LinkedIn',
239239
desc: 'Professional community for industry leaders',
240240
tags: ['Networking', 'Hiring', 'Case Studies'],
241-
link: 'https://linkedin.com',
241+
link: 'https://www.linkedin.com/company/thingconnect/',
242242
},
243243
{
244244
icon: Instagram,
245245
title: 'Instagram',
246246
desc: 'Stories, highlights, and community moments',
247247
tags: ['Updates', 'Events', 'Highlights'],
248-
link: 'https://instagram.com',
248+
link: 'https://www.instagram.com/thingconnect/',
249249
},
250250
].map((c, i) => (
251251
<Link key={i} href={c.link} target='_blank' _hover={{ textDecoration: 'none' }}>

0 commit comments

Comments
 (0)