Skip to content

Commit 5a317b2

Browse files
committed
2 parents 8ef0371 + 4a23ed0 commit 5a317b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Footer/Footer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ 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';
7-
const SPECTOLAB_LINK = 'https://specto.io';
6+
const GITHUB_LINK = 'https://github.com/MegafonWebLab';
7+
const SPECTOLABS_LINK = 'https://specto.io';
88
const cn = cnCreate('footer');
99
const Footer: React.FC = () => (
1010
<footer className={cn()}>
1111
<span>
1212
UI Developed with ❤️ by{' '}
13-
<TextLink color="blue" href={SPECTOLAB_LINK} target="_blank" rel="noopener noreferrer">
13+
<TextLink color="blue" href={SPECTOLABS_LINK} target="_blank" rel="noopener noreferrer">
1414
SpectoLabs
1515
</TextLink>
1616
, UI by{' '}

0 commit comments

Comments
 (0)