Skip to content

Commit ff7dccb

Browse files
committed
update footer
1 parent 7155dd2 commit ff7dccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Box, Link} from '@codeimage/ui';
22
import {getUmami} from '@core/constants/umami';
33
import {createControlledDialog} from '@core/hooks/createControlledDialog';
44
import {Changelog} from '../Changelog/Changelog';
5-
import {link, linkOnlyDesktop} from './Footer.css';
5+
import {link} from './Footer.css';
66
import * as styles from './Footer.css';
77

88
export const Footer = () => {

0 commit comments

Comments
 (0)