diff --git a/src/data/showcase/Nio_app.png b/src/data/showcase/Nio_app.png new file mode 100644 index 0000000000..81a30cc3fa Binary files /dev/null and b/src/data/showcase/Nio_app.png differ diff --git a/src/data/showcases.js b/src/data/showcases.js index 159e14bd97..afe2239ee7 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -1211,6 +1211,15 @@ export const Showcases = [ source: null, tags: ["daotool", "governance"], }, + { + title: "Nio", + description: + "Track and monitor all assets in any wallet or locked in Cardano DeFi smart contracts.", + preview: require("./showcase/Nio_app.png"), + website: "https://nioapp.io", + source: null, + tags: ["explorer"], + }, ]; export const TagList = Object.keys(Tags);