File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ import { TextLink } from '@megafon/ui-core';
33import { cnCreate } from '@megafon/ui-helpers' ;
44import './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' ;
88const cn = cnCreate ( 'footer' ) ;
99const 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{ ' ' }
You can’t perform that action at this time.
0 commit comments