File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ deploy:
15
15
local_dir : ' build/'
16
16
provider : pages
17
17
skip-cleanup : true
18
- github-token : $GITHUB_TOKEN
18
+ github-token : $GH_TOKEN
19
19
keep-history : true
20
20
on :
21
21
branch : master
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ const Events = () => (
9
9
height = "600"
10
10
frameBorder = "0"
11
11
scrolling = "no"
12
+ title = "Events Calendar"
12
13
/>
13
14
</ div >
14
15
) ;
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const Header = ({scrolled}) => {
45
45
< Navbar . Item title = "Social" link = "social-media" />
46
46
< Navbar . Item title = "Contact" link = "contact" />
47
47
< Link to = "./sponsors" >
48
- < img src = { require ( `../../images/header/sponsors.svg` ) } />
48
+ < img src = { require ( `../../images/header/sponsors.svg` ) } alt = "Sponsors Link" />
49
49
Sponsor
50
50
</ Link >
51
51
</ Navbar >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import AcmLargeLogo from '../../images/logos/acm/acm-large-logo.jpg';
3
3
4
4
const NavbarItem = ( { title, link, ...props } ) => (
5
5
< a href = { `#${ link } ` } { ...props } >
6
- < img src = { require ( `../../images/header/${ link } .svg` ) } />
6
+ < img src = { require ( `../../images/header/${ link } .svg` ) } alt = { ` ${ link } logo` } />
7
7
{ title }
8
8
</ a >
9
9
) ;
You can’t perform that action at this time.
0 commit comments