mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1681 from GreenBayRules/develop
Make Conference logo button link to homepage.
This commit is contained in:
commit
bdc0992168
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var Navigation = React.createClass({
|
||||||
<NavigationBox>
|
<NavigationBox>
|
||||||
<ul className="ul mod-2018">
|
<ul className="ul mod-2018">
|
||||||
<li className="li-left mod-logo mod-2018">
|
<li className="li-left mod-logo mod-2018">
|
||||||
<a href="/conference" className="logo-a">
|
<a href="/" className="logo-a">
|
||||||
<img
|
<img
|
||||||
src="/images/logo_sm.png"
|
src="/images/logo_sm.png"
|
||||||
alt="Scratch Logo"
|
alt="Scratch Logo"
|
||||||
|
|
Loading…
Reference in a new issue