Skip to content

Commit 0f80bf7

Browse files
authored
Исправил синтаксическую ошибку в кнопке добавления вопроса (#349)
1 parent 6117f90 commit 0f80bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/header/AdaptiveMenu.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const AdaptiveMenu = ({ toggleMobileMenu, mobileMenu }) => {
4747
color="primary"
4848
onClick={handleAddQuestion}
4949
>
50-
Опубликовать опрос
50+
Добавить вопрос
5151
</Button>
5252
),
5353
},

0 commit comments

Comments
 (0)