Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Fixed Logo Path/Hosting #20

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Header() {

<meta
name="twitter:image"
content="https://res.cloudinary.com/dvargvav9/image/upload/v1575999063/SW3_sngkyk.png"
content="/SW3_sngkyk.png"
/>

<meta property="og:url" content="https://web3.sustainoss.org" />
Expand All @@ -38,7 +38,7 @@ export default function Header() {

<meta
property="og:image"
content="https://res.cloudinary.com/dvargvav9/image/upload/v1575999063/SW3_sngkyk.png"
content="/SW3_sngkyk.png"
/>

<link rel="shortcut icon" href="/static/favicon.ico" />
Expand All @@ -65,7 +65,7 @@ export default function Header() {
className="row"
>
<div className="col mt-4">
<Logo logoUrl="https://res.cloudinary.com/dvargvav9/image/upload/v1575999063/SW3_sngkyk.svg" />
<Logo logoUrl="/SW3_sngkyk.svg" />
</div>
</div>

Expand All @@ -80,15 +80,13 @@ export default function Header() {
</div>
</div>
</div>
<br/>
<br/>
<br />
<br />
<div className="row col justify-content-center">
<a className="subscribe button" href="https://gitcoin.typeform.com/to/pkjlfI" target="_blank" rel="noopener noreferrer">Sign up to attend!</a>
</div>
<br />
<br/>


<br />
</header>
)
}
Binary file added public/SW3_sngkyk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/SW3_sngkyk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.