-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/1383: Extension - Add apps link to accounts view (#1385)
Co-authored-by: Harrison Mendonça <harrisonmendonca@gmail.com>
- Loading branch information
1 parent
e7fa909
commit 6c52209
Showing
4 changed files
with
44 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import { ActionButton } from "@namada/components"; | ||
import { GoArrowUpRight } from "react-icons/go"; | ||
|
||
export const ParentAccountsFooter = (): JSX.Element => { | ||
return ( | ||
<div> | ||
<ActionButton | ||
href="https://namada.net/apps" | ||
target="_blank" | ||
rel="noreferrer" | ||
outlineColor="yellow" | ||
textHoverColor="black" | ||
itemType="button" | ||
icon={<GoArrowUpRight className="w-6 h-6" />} | ||
iconPosition="right" | ||
> | ||
View Keychain compatible apps | ||
</ActionButton> | ||
</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
6c52209
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://namada-interface-dev.netlify.app as production
🚀 Deployed on https://6753020bc072444d597de0e6--namada-interface-dev.netlify.app