correct csi link
This commit is contained in:
parent
dff86c9519
commit
4ff84194fa
@ -2,6 +2,7 @@ import React from 'react';
|
|||||||
import {Container, FlexRow} from '../../utils/containers';
|
import {Container, FlexRow} from '../../utils/containers';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import {Medium} from '../../utils/fonts';
|
import {Medium} from '../../utils/fonts';
|
||||||
|
import {CSI_LINK} from '../../utils/globals';
|
||||||
|
|
||||||
const FooterStyle = styled(FlexRow)`
|
const FooterStyle = styled(FlexRow)`
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -33,7 +34,7 @@ const Footer = () => {
|
|||||||
<Medium as='p'>
|
<Medium as='p'>
|
||||||
Read more about
|
Read more about
|
||||||
<Container as='a' display='inline' target='_blank'
|
<Container as='a' display='inline' target='_blank'
|
||||||
href='https://wmi.amu.edu.pl/wiadomosci/wmi-w-mediach/centrum-sztucznej-inteligencji'>
|
href={CSI_LINK}>
|
||||||
CSI
|
CSI
|
||||||
</Container>
|
</Container>
|
||||||
</Medium>
|
</Medium>
|
||||||
|
@ -12,6 +12,7 @@ const MINI_DESCRIPTION_LENGTH = 70;
|
|||||||
const API = 'https://gonito.net/api';
|
const API = 'https://gonito.net/api';
|
||||||
const CHALLENGES_PAGE = '/challenges';
|
const CHALLENGES_PAGE = '/challenges';
|
||||||
const CHALLENGE_PAGE = '/challenge';
|
const CHALLENGE_PAGE = '/challenge';
|
||||||
|
const CSI_LINK = 'https://csi.amu.edu.pl/';
|
||||||
|
|
||||||
const MINI_DESCRIPTION_RENDER = (description) => {
|
const MINI_DESCRIPTION_RENDER = (description) => {
|
||||||
if (description) {
|
if (description) {
|
||||||
@ -65,6 +66,7 @@ export {
|
|||||||
CHALLENGES_PAGE,
|
CHALLENGES_PAGE,
|
||||||
CHALLENGE_PAGE,
|
CHALLENGE_PAGE,
|
||||||
MINI_DESCRIPTION_LENGTH,
|
MINI_DESCRIPTION_LENGTH,
|
||||||
|
CSI_LINK,
|
||||||
MINI_DESCRIPTION_RENDER,
|
MINI_DESCRIPTION_RENDER,
|
||||||
RENDER_ICO,
|
RENDER_ICO,
|
||||||
CALC_PAGES,
|
CALC_PAGES,
|
||||||
|
Loading…
Reference in New Issue
Block a user