Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

fix(apps): Add social links to all apps #280

Merged
merged 8 commits into from
Apr 27, 2022
Merged

fix(apps): Add social links to all apps #280

merged 8 commits into from
Apr 27, 2022

Conversation

immasandwich
Copy link
Contributor

@immasandwich immasandwich commented Apr 26, 2022

Description

Add links (social, dev) to all app definitions.

Checklist

How to test?

N/A

@@ -55,6 +55,13 @@ export type AppDefinitionObject = {
supportedNetworks: { [N in Network]?: ProtocolAction[] };
primaryColor?: string;
url: string;
links: {
Copy link
Contributor

@mehdi-loup mehdi-loup Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also wanted a way to link to Learn articles, could we add a generic entry for it or should we do that elsewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolutely. I can add learn as a link.

@immasandwich immasandwich merged commit 0bb0453 into main Apr 27, 2022
@immasandwich immasandwich deleted the add-links branch April 27, 2022 14:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants