File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments