Fixed language icon width

This commit is contained in:
Elmo Kankkunen
2022-09-29 01:03:47 +03:00
parent 544b36d1e7
commit c6c5ff33c3
+2
View File
@@ -73,6 +73,7 @@ const nameToIcon = (name: IconType): JSX.Element | null => {
<svg <svg
role="img" role="img"
viewBox="0 0 640 480" viewBox="0 0 640 480"
width="64"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
> >
<title>Finland flag</title> <title>Finland flag</title>
@@ -87,6 +88,7 @@ const nameToIcon = (name: IconType): JSX.Element | null => {
<svg <svg
role="img" role="img"
viewBox="0 0 640 480" viewBox="0 0 640 480"
width="64"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
> >
<title>GB flag</title> <title>GB flag</title>