-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from townhallproject/feature/food-resources
updating banner text and adding more translations
- Loading branch information
Showing
3 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
import React from 'react'; | ||
|
||
import './style.scss'; | ||
|
||
export default function Banner(){ | ||
|
||
return ( | ||
<div className="banner"> | ||
<h3> | ||
Organizing a mutual aid effort in your community? Join fellow organizers around the country for our weekly Best Practice sharing calls. | ||
<a target="blank" href="https://docs.google.com/forms/d/e/1FAIpQLSc0JyNonD-tUIR3KglFWMiaPe2RqPG0NJ2FeQTST7EzyCW6eA/viewform"> Sign up here.</a> | ||
</h3> | ||
|
||
|
||
</div> | ||
<div className="banner"> | ||
<h3> | ||
Mutual aid is keeping communities afloat. Find a network near you and | ||
give what you can:{" "} | ||
<a target="blank" href="https://www.supportmutualaid.org/"> | ||
{" "} | ||
Support Mutual Aid | ||
</a> | ||
</h3> | ||
</div> | ||
); | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters