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 266a550 commit 4a23ed0Copy full SHA for 4a23ed0
src/components/Footer/Footer.tsx
@@ -4,13 +4,13 @@ import { cnCreate } from '@megafon/ui-helpers';
4
import './Footer.pcss';
5
6
const GITHUB_LINK = 'https://github.com/MegafonWebLab';
7
-const SPECTOLAB_LINK = 'https://specto.io';
+const SPECTOLABS_LINK = 'https://specto.io';
8
const cn = cnCreate('footer');
9
const Footer: React.FC = () => (
10
<footer className={cn()}>
11
<span>
12
UI Developed with ❤️ by{' '}
13
- <TextLink color="blue" href={SPECTOLAB_LINK} target="_blank" rel="noopener noreferrer">
+ <TextLink color="blue" href={SPECTOLABS_LINK} target="_blank" rel="noopener noreferrer">
14
SpectoLabs
15
</TextLink>
16
, UI by{' '}
0 commit comments