1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-12-12 20:46:52 +01:00

fix: sign release commit and backmerge to develop

This commit is contained in:
Divlo
2021-07-27 21:01:33 +02:00
parent a2ad591d6d
commit 028815a7b6
6 changed files with 45 additions and 22 deletions

View File

@@ -11,10 +11,7 @@ export const Footer: React.FC<FooterProps> = (props) => {
const { version } = props
const versionLink = useMemo(() => {
if (version !== '0.0.0-development') {
return `https://github.com/Divlo/Divlo/releases/tag/v${version}`
}
return 'https://github.com/Divlo/Divlo/tree/develop'
return `https://github.com/Divlo/Divlo/releases/tag/v${version}`
}, [version])
return (