fix bus and translate to eus
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-31 10:31:49 +03:00
parent fdda45da27
commit a81b1a8579
8 changed files with 72 additions and 69 deletions

View File

@ -23,7 +23,7 @@ function App() {
Team Planner
</Typography>
<Typography variant="body1" color="text.secondary">
Backlog management for your team
Управление бэклогом идей команды
</Typography>
</Box>
<Button
@ -31,7 +31,7 @@ function App() {
startIcon={<Add />}
onClick={() => setCreateModalOpen(true)}
>
New Idea
Новая идея
</Button>
</Box>