import { useLocale } from "../../../hooks"; import "./index.scss"; export function GetInvolved() { const locale = useLocale(); return (

Want to be part of the journey?

Our constant quest for innovation starts here, with you. Every part of MDN (docs, demos and the site itself) springs from our incredible open community of developers. Please join us! Get Involved →

); }