-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bedc4ab
commit eda8eaa
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ function Footer() { | |
</div> | ||
<MenuItem href="/about" color="green" text="About" /> | ||
<MenuItem href="mailto:[email protected]" color="red" text="Mail" /> | ||
<MenuItem href="https://www.are.na/mother-type" color="blue" text="Are.na" /> | ||
<MenuItem href="https://www.are.na/printer-scanner" color="blue" text="Are.na" /> | ||
<MenuItem href="https://www.github.com/mother-type" color="gray" text="Github" /> | ||
<div className="grid-item"></div> | ||
</div> | ||
|