Add Archive link back
This commit is contained in:
@@ -3,6 +3,8 @@ import Program from './Program';
|
|||||||
import styles from '../../styles/Index.module.scss';
|
import styles from '../../styles/Index.module.scss';
|
||||||
import Lead from '../components/Lead';
|
import Lead from '../components/Lead';
|
||||||
import Collaboration from '../components/Collaboration';
|
import Collaboration from '../components/Collaboration';
|
||||||
|
import { Link } from 'react-router-dom';
|
||||||
|
import { FiExternalLink } from 'react-icons/all';
|
||||||
|
|
||||||
const Index = () => {
|
const Index = () => {
|
||||||
return (
|
return (
|
||||||
@@ -15,6 +17,10 @@ const Index = () => {
|
|||||||
{/* <Workshops /> */}
|
{/* <Workshops /> */}
|
||||||
{/* <Info /> */}
|
{/* <Info /> */}
|
||||||
{/* <Archive /> */}
|
{/* <Archive /> */}
|
||||||
|
<Link to="/archive">
|
||||||
|
<span className={styles.archiveLinkText}>Aiempien vuosien esiintyjiä</span>
|
||||||
|
<FiExternalLink fontSize={20} />
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -15,3 +15,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.archiveLinkText {
|
||||||
|
font-size: 2.5rem;
|
||||||
|
margin-right: 1rem;
|
||||||
|
color: #2f273e;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user