File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Contributing Guidelines
2
2
3
- This is a GatsbyJS site, on top of Netlify CMS for now, and powered by YAML files.
3
+ This is a GatsbyJS site, on top of Netlify CMS for now, and powered by YAML files. It's easy to start hacking. All you need is to
4
+
5
+ 1 . Fork the repo
6
+ 1 . ` yarn ` to fetch dependencies
7
+ 1 . ` yarn start ` to spin up dev server on localhost:8000
8
+ 1 . Update, commit, push to your fork. And open a pull request
4
9
5
10
Swing by ` src/data/links/ ` to see all the links, and if you'd like to add a new one just copy and paste one of the older ones and update it.
6
11
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ const Footer = () => {
67
67
{ Countries . fromAlpha2Code ( country . code ) . emoji } { ' ' }
68
68
{ country . name }
69
69
</ span > { ' ' }
70
- < span > ·</ span >
71
70
</ >
72
71
) : null }
73
72
< Button href = "/select-your-country" className = "link text-white" >
Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ blockquote p {
17
17
display : inline ;
18
18
}
19
19
20
+ // Ensure the selected country is
21
+ // readable on the #333 footer.
22
+ .change-country .current {
23
+ color : white ;
24
+ margin-bottom : 20px ;
25
+ }
26
+
20
27
/* Select Your Country */
21
28
.select-your-country {
22
29
max-width : 768px ;
You can’t perform that action at this time.
0 commit comments