We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c31fa commit 6acb037Copy full SHA for 6acb037
1 file changed
apps/codeimage/src/components/Footer/Footer.tsx
@@ -1,3 +1,4 @@
1
+import {activeLink} from './Footer.css';
2
import * as styles from './Footer.css';
3
import {Box, Link} from '@codeimage/ui';
4
import {appEnvironment} from '../../core/configuration';
@@ -20,17 +21,17 @@ export const Footer = () => {
20
21
href={'https://github.com/riccardoperra/codeimage/issues'}
22
size="xs"
23
>
- Report issue
24
+ Issue & Feedback
25
</Link>
26
</Box>
27
28
<Box marginRight={5}>
29
<Link
30
as={'a'}
- href={'https://github.com/riccardoperra/codeimage/discussions'}
31
+ href={'https://github.com/riccardoperra/codeimage/releases'}
32
33
- Feedback
34
+ Changelog
35
36
37
0 commit comments