Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
MYKatz committed Feb 12, 2021
1 parent e33930f commit 1c41bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/resources.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ function Resources() {
Devpost
</div>
</a>
<Link to="https://support.treehacks.com">
<a href="https://support.treehacks.com" target="_blank">
<div className="resource-6">
<img src={faqIcon} className="resource-icon" />
FAQ
</div>
</Link>
</a>
</div>
);
}
Expand Down

0 comments on commit 1c41bf9

Please sign in to comment.