Skip to content

Commit

Permalink
removed button and changed link color
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Nov 3, 2022
1 parent 0375da9 commit 9c188b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
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 9c188b3

Please sign in to comment.