Openstatus www.openstatus.dev

fix: update contact link to use mailto instead of non-existent contac… (#1325)

* fix: update contact link to use mailto instead of non-existent contact page

* ci: apply automated fixes

* fix: use regular anchor tag for mailto link instead of Link component

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Rakshith Suvarna
autofix-ci[bot]
and committed by
GitHub
b8451e41 616be6c0

+2 -1
+2 -1
apps/dashboard/src/components/forms/monitor/form-general.tsx
··· 306 306 </FormLabel> 307 307 </FormItem> 308 308 <div className="col-span-2 self-end text-muted-foreground text-xs sm:place-self-end"> 309 - Missing a type? <Link href="/contact">Contact us</Link> 309 + Missing a type?{" "} 310 + <a href="mailto:ping@openstatus.dev">Contact us</a> 310 311 </div> 311 312 </RadioGroup> 312 313 </FormControl>