Skip to content

Commit

Permalink
feat: update support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldiwildan77 committed Aug 8, 2023
1 parent 83a1e60 commit 1eddf32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chroma_developer": "Chroma Developer",
"mocha_developer": "Mocha Developer",
"version": "version",
"home": {
"tag_one": "Drink mocha with",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/id/common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chroma_developer": "Chroma Developer",
"mocha_developer": "Mocha Developer",
"version": "versi",
"home": {
"tag_one": "Drink mocha with",
Expand Down
8 changes: 4 additions & 4 deletions src/uikit/Home/HomeContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ export function HomeContainer() {
<Flex alignItems='center' justifyContent='center'>
<Text>{t('common:home.supported_by')}</Text>
<Image
src='img/logo-chroma.png'
src='img/logo-mocha.svg'
width='30px'
height='30px'
alt='Chroma Developer Logo'
alt='Mocha Logo'
ml='4px'
mr='2px'
/>
Expand All @@ -136,10 +136,10 @@ export function HomeContainer() {
borderBottomWidth='1px'
borderBottomColor='blue.500'>
<Link
href='https://discord.chroma-gaming.xyz'
href='https://discord.com/invite/PQnkPABkbd'
isExternal
_hover={{ textDecoration: 'none' }}>
{t('common:chroma_developer')}
{t('common:mocha_developer')}
</Link>
</Text>
</Flex>
Expand Down

0 comments on commit 1eddf32

Please sign in to comment.