Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nio to showcase #1370

Open
wants to merge 5 commits into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/data/showcase/Nio_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,15 @@ export const Showcases = [
source: null,
tags: ["daotool", "governance"],
},
{
title: "Nio",
description:
"Track all assets in wallets and locked in Cardano DeFi smart contracts. Effortlessly monitor your assets and whale wallets",
Copy link
Collaborator

@rphair rphair Dec 4, 2024

Choose a reason for hiding this comment

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

Suggested change
"Track all assets in wallets and locked in Cardano DeFi smart contracts. Effortlessly monitor your assets and whale wallets",
"Track and monitor all assets in any wallet or locked in Cardano DeFi smart contracts.",

We try to avoid promotional & subjective language in the Description: field (e.g. terms like "effortlessly" and "whale". Would you agree this revision is an impartial and complete description of your service?

Copy link
Author

Choose a reason for hiding this comment

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

Thanks a lot for the review, I have updated the description

preview: require("./showcase/Nio_app.png"),
website: "https://nioapp.io",
source: null,
tags: ["analytics", "defi"],
rphair marked this conversation as resolved.
Show resolved Hide resolved
},
];

export const TagList = Object.keys(Tags);
Expand Down