Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/community/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function communityPages(props: any) {
</h2>
<div className='mt-10'>
<Link
href='/slack'
href='https://json-schema.org/slack'
rel='noopener noreferrer'
className='bg-blue-700 hover:bg-blue-800 text-white font-bold py-2 px-4 rounded block md:inline-block focus:outline-none'
>
Expand Down
8 changes: 5 additions & 3 deletions pages/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,14 @@ const Home = (props: any) => {
>
Getting started
</Link>
<Link
href='/slack'
<a
href='https://json-schema.org/slack'
target='_blank'
rel='noopener noreferrer'
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'
>
Join Slack
</Link>
</a>
<AlgoliaSearch />
</div>

Expand Down
Loading