You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, its us again. Please be aware of that this software is totally free to use for you. We do not store
19
-
any personal data except from your username and password. Nevertheless, we have to pay our fees, for domains
20
-
and server hosting. So if you want, feel free to support us, because developing this application takes a lot of time.
20
+
{t('us-again-text')}
21
21
</Text>
22
22
</Card>
23
23
<Grid>
@@ -30,9 +30,8 @@ const DashboardPage = () => {
30
30
<Groupjustify="space-between">
31
31
<IconTrophyFilledcolor="#bfba40"size={100}/>
32
32
<Flexdirection="column">
33
-
<Titleorder={5}>Oleggtro: contributor of year!</Title>
34
-
<Text>Throughout the year, Oleggtro has gone above and beyond, consistently sharing insights, knowledge, and support with our community. His dedication and contributions have made a significant impact, enriching our platform and setting a high standard for collaboration.
35
-
Thank you, Oleggtro, for your hard work, passion, and unwavering commitment. We are incredibly grateful to have you as part of our team! Here’s to many more achievements together.</Text>
33
+
<Titleorder={5}>{t('ole-title')}</Title>
34
+
<Text>{t('ole-text')}</Text>
36
35
</Flex>
37
36
</Group>
38
37
</Card>
@@ -43,14 +42,15 @@ const DashboardPage = () => {
43
42
padding="xl"
44
43
mt={20}
45
44
>
46
-
<Titleorder={2}>Release v0.1.5</Title>
45
+
<Titleorder={2}>Release v0.2.0</Title>
47
46
<Text>
48
47
We had some groundbreaking changes within our app for the current release:<br/>
0 commit comments