Display logo if set

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-09-12 19:30:35 +02:00
parent d5737bd6de
commit 25defe0691
5 changed files with 17 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ const DevelopersChallenge = () => {
};
const handleSubmit = () => {
if (answer === 'boxsoap') {
if (answer === 'fe-pl') {
dispatch(changeSettingImmediate(['isDeveloper'], true));
toast.success(intl.formatMessage(messages.success));
} else {
@@ -34,7 +34,7 @@ const DevelopersChallenge = () => {
};
const challenge = `function plFe() {
return 'soap|box'.split('|').reverse().join('');
return 'pl-fe'.split('-').reverse().join('-');
}`;
return (