Skip to content

Commit 32b2449

Browse files
committed
feat: remove icon in "start" button and rewrite text
1 parent 262a959 commit 32b2449

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

frontend/src/components/HomePage/Main.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ const triggerConfetti = () => {
7171
<span class="flex w-full flex-col gap-3 lg:flex-row">
7272
<Button :class="[hidden ? 'h-12 text-lg' : 'text-sm']">
7373
{{ $t('main.buttons.first') }}
74-
<Play :size="16" />
7574
</Button>
7675
<Button variant="ghost" :class="[hidden ? 'h-12 text-lg' : 'text-sm']">
7776
{{ $t('main.buttons.second') }}

frontend/src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"title": "The ultimate tool\nfor STREAM.",
1313
"subtitle": "Show your Valorant stats effortlessly.\nEngage your audience and keep the focus on the game",
1414
"buttons": {
15-
"first": "Let's start!",
15+
"first": "Get started",
1616
"second": "How does it work?"
1717
}
1818
},

frontend/src/locales/ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"title": "Ультимативный\n инструмент\n для стримеров.",
1313
"subtitle": "Продемонстрируйте свою выдающуюся статистику без особых усилий.\nПривлекайте аудиторию и сосредоточьтесь на игре",
1414
"buttons": {
15-
"first": "Начать!",
15+
"first": "Начать",
1616
"second": "Как это работает?"
1717
}
1818
},

0 commit comments

Comments
 (0)