Skip to content

Commit

Permalink
refactor: add margin to language select
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyw4 committed Nov 24, 2021
1 parent a6cd66b commit 93c4ff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useLocale } from "../../global";
export function LanguageSelect() {
const { changeLocale, locale } = useLocale();
return (
<div>
<div style={{marginBottom: '0.5em'}}>
<label htmlFor="language-select">🌐 Language</label>
<select
id="language-select"
Expand Down

0 comments on commit 93c4ff9

Please sign in to comment.