Skip to content

Commit 3d58f7f

Browse files
authored
fix(flag): update macedonia flag name
According to en.wikipedia.org/wiki/North_Macedonia , the related country flags name needs correction To avoid a breaking change, i still left the previous name as a second alias. This will be removed again in 2.10.0
1 parent 7fc83d7 commit 3d58f7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/themes/default/elements/flag.variables

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -815,9 +815,9 @@
815815
};
816816
@1f1f2-1f1f0: {
817817
countrycode: mk;
818-
class: macedonia;
819-
aliasClass: false;
820-
aliasClass2: false;
818+
class: republic_of_north_macedonia;
819+
aliasClass: north_macedonia;
820+
aliasClass2: macedonia;
821821
};
822822
@1f1f2-1f1ec: {
823823
countrycode: mg;

0 commit comments

Comments
 (0)