Skip to content

Commit

Permalink
fix(website): footer links for credits
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienrobert committed Jun 30, 2020
1 parent 0fe9c3a commit 841ea84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const StyledText = styled(Text)`
`

const A = styled(Text)`
display: block;
margin-bottom: 5px;
font-size: 16px;
`
Expand Down
2 changes: 1 addition & 1 deletion packages/website/src/content/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"links": [
{
"label": "Céline Le Provost",
"href": "#"
"href": "https://www.instagram.com/the.celinette/"
},
{
"label": "Solène Robichon",
Expand Down

0 comments on commit 841ea84

Please sign in to comment.