Skip to content

Commit 4a23ed0

Browse files
committed
fix const name
1 parent 266a550 commit 4a23ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import { cnCreate } from '@megafon/ui-helpers';
44
import './Footer.pcss';
55

66
const GITHUB_LINK = 'https://github.com/MegafonWebLab';
7-
const SPECTOLAB_LINK = 'https://specto.io';
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)