New Dashboard component.

This commit is contained in:
Mike Cao 2022-03-03 19:45:49 -08:00
parent 33c921a32f
commit 20622116a8
10 changed files with 64 additions and 57 deletions

View file

@ -19,6 +19,7 @@ export default function LanguageButton() {
options={menuOptions}
value={locale}
menuClassName={styles.menu}
buttonVariant="light"
onSelect={handleSelect}
hideLabel
/>