File tree Expand file tree Collapse file tree 3 files changed +9
-16
lines changed
src/pages/RadicalCollaboration/Collaborate Expand file tree Collapse file tree 3 files changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,9 @@ const useStyles = makeStyles((theme) => ({
4848 } ,
4949 } ,
5050 leftDescription : {
51- marginTop : '7px' ,
5251 fontSize : '18px' ,
52+ marginBottom : '11px' ,
53+ marginTop : '7px' ,
5354 textAlign : 'justify' ,
5455 '& a:visited' : {
5556 color : theme . palette . secondary . main ,
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ const useStyles = makeStyles((theme) => ({
4141 } ,
4242 } ,
4343 rightDescription : {
44+ marginBottom : '11px' ,
4445 marginTop : '7px' ,
4546 fontSize : '18px' ,
4647 textAlign : 'justify' ,
47- marginBottom : '11px' ,
4848 '& a:visited' : {
4949 color : theme . palette . secondary . main ,
5050 } ,
Original file line number Diff line number Diff line change @@ -67,25 +67,17 @@ const Collaborate = () => {
6767 mainHeading = 'Volunteer With Us'
6868 subHeading = 'Help us improve the Civic Tech Index.'
6969 description = { [
70- 'Please ' ,
70+ 'If you would like to volunteer for our organization please visit this ' ,
7171 < Link
72- key = 'about '
73- to = 'https://www.hackforla.org/#about '
72+ key = 'join '
73+ to = 'https://www.hackforla.org/join '
7474 target = '_blank'
7575 >
76- complete this application
77- </ Link > ,
78- ' if you would like us to reach out to you directly or find us on our ' ,
79- < Link
80- key = 'projects'
81- to = 'https://www.hackforla.org/projects/civic-tech-index'
82- target = '_blank'
83- >
84- project team page.
76+ page.
8577 </ Link > ,
8678 ] }
8779 hasExternalNav = { true }
88- buttonHref = 'http ://www.hackforla.org/projects/civic-tech-index '
80+ buttonHref = 'https ://www.hackforla.org/join '
8981 buttonText = 'Become a Volunteer'
9082 imageSrc = '/images/Volunteer-With-Us.png'
9183 />
@@ -99,7 +91,7 @@ const Collaborate = () => {
9991 FAQ
10092 </ Link > ,
10193 ' to find answers or ' ,
102- < Link key = 'contact' to = '/contact' target = '_blank' >
94+ < Link key = 'contact' to = '/contact' >
10395 contact us.
10496 </ Link > ,
10597 ] }
You can’t perform that action at this time.
0 commit comments