diff --git a/uli-website/src/components/molecules/Footer.jsx b/uli-website/src/components/molecules/Footer.jsx index a3333436..9808ee68 100644 --- a/uli-website/src/components/molecules/Footer.jsx +++ b/uli-website/src/components/molecules/Footer.jsx @@ -10,13 +10,14 @@ export default function Footer() { margin={{ top: "small", bottom: "small" }} width={"large"} direction={"row-responsive"} - align={"center"} gap="small" > Twitter Privacy Policy Blog - GitHub + + GitHub + ); diff --git a/uli-website/src/components/molecules/NavBar.jsx b/uli-website/src/components/molecules/NavBar.jsx index 8673c6a5..c6e96a5e 100644 --- a/uli-website/src/components/molecules/NavBar.jsx +++ b/uli-website/src/components/molecules/NavBar.jsx @@ -12,7 +12,6 @@ const NavBarByLang = { About FAQ Research - ), hi: ( @@ -53,17 +52,19 @@ export default function NavBar() { }, []); return ( - + - - English - - - Tamil - - - Hindi - + + + English + {" "} + + Tamil + {" "} + + Hindi + + { + const selectOptions = Object.keys(options).map((option) => { + return { label: options[option].label, value: option }; + }); + const defaultOptions = selectOptions.map((option) => option.value); + const [choices, setChoices] = useState(defaultOptions); + + function clickCopyToClipboard() { + navigator.clipboard.writeText( + choices.map((choice) => options[choice].slurs.join(", ")).join(", ") + ); + } + + return ( + + + + Hidden Words for Instagram + + Instagram now allows you to filter out words that you don't want to + see on your feed. Uli's slur list can assist you in adding a list of + slurs in Indian languages. If you are being targetted or abused on + social media in Indian languages, consider adding these words to + your list of "hidden words" on Instagram + + + + Choose Languages + { + setChoices(value); + }} + > + + + + + +