update source code links and branding changes
This commit is contained in:
parent
a41dee4a55
commit
5f28824b8a
10 changed files with 122 additions and 131 deletions
|
|
@ -46,16 +46,18 @@ export function About({ requestClose }: AboutProps) {
|
|||
<Box direction="Column" gap="300">
|
||||
<Box direction="Column" gap="100">
|
||||
<Box gap="100" alignItems="End">
|
||||
<Text size="H3">Cinny</Text>
|
||||
<Text size="T200">v{cons.version}</Text>
|
||||
<Text size="H3">Gaboule Chat</Text>
|
||||
<Text size="T200">{cons.version}</Text>
|
||||
</Box>
|
||||
<Text>Yet another matrix client.</Text>
|
||||
<Text>Yet another matrix client.<br />
|
||||
This is a fork of <a href="https://github.com/cinnyapp/cinny">Cinny.</a>
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
<Box gap="200" wrap="Wrap">
|
||||
<Button
|
||||
as="a"
|
||||
href="https://github.com/cinnyapp/cinny"
|
||||
href="https://git.gaboule.com/Gaboule/chat"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
variant="Secondary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue