We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c099a commit 266a550Copy full SHA for 266a550
src/components/Footer/Footer.tsx
@@ -3,7 +3,7 @@ import { TextLink } from '@megafon/ui-core';
3
import { cnCreate } from '@megafon/ui-helpers';
4
import './Footer.pcss';
5
6
-const GITHUB_LINK = 'https://github.com/MegafonWebLab/hoverfly-ui';
+const GITHUB_LINK = 'https://github.com/MegafonWebLab';
7
const SPECTOLAB_LINK = 'https://specto.io';
8
const cn = cnCreate('footer');
9
const Footer: React.FC = () => (
0 commit comments