this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make lang selector smaller

+1
+1
src/components/lang-selector.jsx
··· 11 11 <label class="lang-selector"> 12 12 🌐{' '} 13 13 <select 14 + class="small" 14 15 value={i18n.locale || DEFAULT_LANG} 15 16 onChange={(e) => { 16 17 localStorage.setItem('lang', e.target.value);