sei-protocol/sei-docs

Nit: We should make this list of tags a list of reusable enums

Closed this issue · 1 comments

          Nit: We should make this list of tags a list of reusable enums
export enum Tag {
    WALLET = 'Wallet',
    NATIVE = 'Native',
    ...
}

Then for each app we can do tags: [Tag.WALLET, Tag.NATIVE] and not have to worry about ensuring all the apps have the same spelling, case etc when we add more in the future.

Originally posted by @mj850 in #52 (comment)

Fixed in Devrel branch upon merging .

Additionally added a doc for contributing to the ecosystem apps page at ./eco-apps.mdx