Skip to content

Commit 6acb037

Browse files
committed
feat(app): add changelog link to Footer
1 parent a9c31fa commit 6acb037

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

apps/codeimage/src/components/Footer/Footer.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import {activeLink} from './Footer.css';
12
import * as styles from './Footer.css';
23
import {Box, Link} from '@codeimage/ui';
34
import {appEnvironment} from '../../core/configuration';
@@ -20,17 +21,17 @@ export const Footer = () => {
2021
href={'https://github.com/riccardoperra/codeimage/issues'}
2122
size="xs"
2223
>
23-
Report issue
24+
Issue & Feedback
2425
</Link>
2526
</Box>
2627

2728
<Box marginRight={5}>
2829
<Link
2930
as={'a'}
30-
href={'https://github.com/riccardoperra/codeimage/discussions'}
31+
href={'https://github.com/riccardoperra/codeimage/releases'}
3132
size="xs"
3233
>
33-
Feedback
34+
Changelog
3435
</Link>
3536
</Box>
3637

0 commit comments

Comments
 (0)