add source code link in about
This commit is contained in:
parent
25be30dd7d
commit
f165b40a60
1 changed files with 14 additions and 0 deletions
|
|
@ -41,6 +41,20 @@ export const AboutSettings: React.FC = () => {
|
||||||
<span className="text-sm font-mono">v{version}</span>
|
<span className="text-sm font-mono">v{version}</span>
|
||||||
</SettingContainer>
|
</SettingContainer>
|
||||||
|
|
||||||
|
<SettingContainer
|
||||||
|
title="Source Code"
|
||||||
|
description="View source code and contribute"
|
||||||
|
grouped={true}
|
||||||
|
>
|
||||||
|
<Button
|
||||||
|
variant="secondary"
|
||||||
|
size="md"
|
||||||
|
onClick={() => openUrl("https://github.com/cjpais/Handy")}
|
||||||
|
>
|
||||||
|
View on GitHub
|
||||||
|
</Button>
|
||||||
|
</SettingContainer>
|
||||||
|
|
||||||
<SettingContainer
|
<SettingContainer
|
||||||
title="Support Development"
|
title="Support Development"
|
||||||
description="Help us continue building Handy"
|
description="Help us continue building Handy"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue