Skip to content

Commit ace0dfc

Browse files
committed
Fix: update Slack link to correct external URL
1 parent 1a2d4a6 commit ace0dfc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pages/index.page.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,14 @@ const Home = (props: any) => {
188188
>
189189
Getting started
190190
</Link>
191-
<Link
192-
href='/slack'
193-
className='flex items-center justify-center rounded border-2 border-white dark:border-none hover:bg-blue-700 transition-all duration-300 ease-in-out text-white w-[194px] h-[40px] font-semibold bg-primary dark:shadow-2xl'
191+
<a
192+
href="https://json-schema.org/slack"
193+
target="_blank"
194+
rel="noopener noreferrer"
195+
className="flex items-center justify-center rounded border-2 border-white dark:border-none hover:bg-blue-700 transition-all duration-300 ease-in-out text-white w-[194px] h-[40px] font-semibold bg-primary dark:shadow-2xl"
194196
>
195197
Join Slack
196-
</Link>
198+
</a>
197199
<AlgoliaSearch />
198200
</div>
199201

0 commit comments

Comments
 (0)