Skip to content

Commit 19d691e

Browse files
committed
change occure in index.page.tsx file i changed href of join Slack.
1 parent 1a2d4a6 commit 19d691e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const Home = (props: any) => {
189189
Getting started
190190
</Link>
191191
<Link
192-
href='/slack'
192+
href='https://json-schema.org/slack'
193193
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'
194194
>
195195
Join Slack

0 commit comments

Comments
 (0)