Skip to content

Commit

Permalink
Adds view member list link and compiles lingui (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellemaxwell authored Dec 6, 2023
1 parent f0887c0 commit 5133be7
Show file tree
Hide file tree
Showing 13 changed files with 785 additions and 706 deletions.
27 changes: 23 additions & 4 deletions web/gds-user-ui/src/components/Section/JoinUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,41 @@ const JoinUsSection: React.FC = () => {
</Box>
))}
</SimpleGrid>
<Box alignItems="center" textAlign="center">
<Stack
justifyContent={"center"}
alignItems={"center"}
direction={['column', 'row']}
spacing={4}
>
<RouterLink to={'/guide'}>
<Button
bg="#FF7A59"
color="white"
borderColor="white"
py={6}
maxWidth={'190px'}
width="100%"
width="190px"
borderRadius="0px"
border="2px solid #fff"
_hover={{ bg: '#FF7A77' }}>
<Trans id="Join Today">Join Today</Trans>
</Button>
</RouterLink>
</Box>
<Button
bg="#60C4CA"
color="white"
borderColor="white"
py={6}
maxWidth={'190px'}
width="100%"
borderRadius="0px"
border="2px solid #fff"
_hover={{ bg: '#24a9df' }}
as="a"
href="https://trisa.io/members/"
target="_blank">
<Trans id="View Member List">View Member List</Trans>
</Button>
</Stack>
</Stack>
<Flex flex={1} />
</Stack>
Expand Down
2 changes: 1 addition & 1 deletion web/gds-user-ui/src/locales/de/messages.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5133be7

Please sign in to comment.