File tree 5 files changed +29
-13
lines changed
5 files changed +29
-13
lines changed Original file line number Diff line number Diff line change 1
1
[build ]
2
- functions = " functions/"
3
-
4
- [[redirects ]]
5
- from = " /discord"
6
- to = " https://discord.gg/pkUr62MvKD"
2
+ functions = " functions/"
Original file line number Diff line number Diff line change @@ -10,7 +10,11 @@ const Footer = () => {
10
10
.
11
11
< br />
12
12
< br />
13
- Follow React Robins on{ ' ' }
13
+ Have a question? Check out our{ ' ' }
14
+ < a href = "/faq" title = "Frequently Asked Questions" >
15
+ FAQs
16
+ </ a > { ' ' }
17
+ or Follow React Robins on{ ' ' }
14
18
< a href = "https://twitter.com/ReactJSRobins" title = "Follow us on Twitter" >
15
19
Twitter
16
20
</ a >
Original file line number Diff line number Diff line change @@ -40,10 +40,17 @@ const Header = ({ siteTitle }) => (
40
40
< NavLink to = "/organizers" > Organizers</ NavLink > { ' ' }
41
41
</ li >
42
42
< li >
43
- < NavLink to = "/faq" > FAQ </ NavLink > { ' ' }
43
+ < NavHref href = "/discord" > Discord </ NavHref > { ' ' }
44
44
</ li >
45
45
< li >
46
- < NavHref href = "/discord" > Discord</ NavHref > { ' ' }
46
+ < NavHref
47
+ href = "/submit-talk"
48
+ target = "_blank"
49
+ title = "Submit a Talk"
50
+ rel = "noopener noreferrer"
51
+ >
52
+ Submit a Talk
53
+ </ NavHref >
47
54
</ li >
48
55
</ ul >
49
56
</ NavRow >
Original file line number Diff line number Diff line change @@ -14,10 +14,16 @@ const FAQPage = () => {
14
14
< main >
15
15
< h1 hidden > Welcome to React Robins</ h1 >
16
16
< Panel heading = "FAQ" > </ Panel >
17
- < Panel heading = "How do I speak at an upcoming React Robins event?" id = "how-to-speak" >
18
- Thank you for your interest in speaking to our community. Please submit a talk proposal on{ ' ' }
19
- < a href = "https://github.com/react-ladies/react-ladies-talk-proposals/issues/new/choose" >
20
- GitHub
17
+ < Panel heading = "How do I speak at an upcoming React Ladies event?" id = "how-to-speak" >
18
+ Thank you for your interest in speaking to our community. Please submit a talk proposal
19
+ through our{ ' ' }
20
+ < a
21
+ href = "/submit-talk"
22
+ target = "_blank"
23
+ title = "Form to submit a talk"
24
+ rel = "noopener noreferrer"
25
+ >
26
+ form
21
27
</ a >
22
28
. If you have any questions do not hesistate to reach out to us!
23
29
</ Panel >
@@ -38,7 +44,7 @@ const FAQPage = () => {
38
44
target = "_blank"
39
45
>
40
46
Twitter
41
- </ a >
47
+ </ a > { ' ' }
42
48
or email us at{ ' ' }
43
49
< a href = "mailto:[email protected] " rel = "noopener noreferrer" title = "Email" >
44
50
Original file line number Diff line number Diff line change
1
+ # Redirects for Netlify
2
+ /discord https://discord.gg/pkUr62MvKD
3
+ /submit-talk https://airtable.com/shrphJUHyS1h6UK0Y
You can’t perform that action at this time.
0 commit comments