Skip to content

Commit

Permalink
Merge pull request #30 from WISVCH/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
sajochems authored Nov 3, 2022
2 parents f43f038 + d261129 commit e6c976e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default () => (
October 18, 2022    
TU Delft - Aula Congrescentrum
</Info>
<Button primary large to="/tickets">Get your ticket now</Button>
{/* <Button primary large to="/tickets">Get your ticket now</Button> */}
<ThankMessage/>
</HeaderContent>
<ScrollDown>&darr;</ScrollDown>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ThankMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default () => (
Booklet & Aftermovie Available
</h2>
Our booklet for the symposium is available <Link to={"/booklet"} rel="noopener noreferrer">here</Link> for those who want to revisit it.
An aftermovie of the event made by Roel is available to watch <Link to={"/aftermovie"} rel="noopener noreferrer">here</Link>.
An aftermovie of the event made by Roel Breure is available to watch <Link to={"/aftermovie"} rel="noopener noreferrer">here</Link>.
Lastly pictures taken by the FlitCie of the event can be found <Link to={"/pictures"} rel="noopener noreferrer">here</Link>.
See you all at the next Symposium!
<br/> <br/>
Expand Down
4 changes: 2 additions & 2 deletions src/components/lib/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import { theme } from '../../utilities/styles'
import { Link } from 'react-router-dom'

const ReactLink = styled(Link)`
color: ${theme('colors','primary')};
color: ${theme('colors','success')};
`

const HtmlLink = styled.a`
color: ${theme('colors','primary')};
color: ${theme('colors','success')};
`

export default ({href, ...rest}) => href
Expand Down

0 comments on commit e6c976e

Please sign in to comment.