mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-29 19:20:39 +02:00
patreon
This commit is contained in:
@@ -5,5 +5,5 @@ var locale = new Locale();
|
||||
var page = "locale-switcher";
|
||||
|
||||
module.exports = function(props) {
|
||||
return <div className="locale-switcher">{ locale.getContent(page, this) }</div>;
|
||||
return <div className={ page }>{ locale.getContent(page, this) }</div>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user