Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update infoPanel.js #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions src/Components/InfoPanel/infoPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class infoPanel extends Component {
<a href="https://airtable.com/shrw0Nxg4xHaIGjSC" className="registerButton">Apply Now!</a>
<div className="buttonRow">
<a href="https://discord.gg/upefiu" className="rowButton">Join Discord</a>
<a href="mailto:[email protected]?subject=We want to sponsor" className="rowButton">Sponsor Us</a>
<a href="mailto:[email protected]?subject=ShellHacks Sponsorship Inquiry" className="rowButton">Sponsor Us</a>
</div>
</div>
<img src={Sponsors} alt='Other Logos' />
Expand All @@ -26,4 +26,4 @@ class infoPanel extends Component {
}
}

export default infoPanel;
export default infoPanel;