Fixed language icon width
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user