Skip to content

Commit 266a550

Browse files
committed
fix github link
1 parent a9c099a commit 266a550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { TextLink } from '@megafon/ui-core';
33
import { cnCreate } from '@megafon/ui-helpers';
44
import './Footer.pcss';
55

6-
const GITHUB_LINK = 'https://github.com/MegafonWebLab/hoverfly-ui';
6+
const GITHUB_LINK = 'https://github.com/MegafonWebLab';
77
const SPECTOLAB_LINK = 'https://specto.io';
88
const cn = cnCreate('footer');
99
const Footer: React.FC = () => (

0 commit comments

Comments
 (0)