Skip to content

Commit

Permalink
Changes on token tools (#1120)
Browse files Browse the repository at this point in the history
* Remove tokentool.io because it's down for some time now.

* Add favorite tag for taptools, remove favorite tag from cardanoassets.com, add native token tag
  • Loading branch information
katomm committed Aug 2, 2023
1 parent baceb14 commit 5befc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Binary file removed src/data/showcase/tokentool.png
Binary file not shown.
12 changes: 2 additions & 10 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export const Showcases = [
preview: require("./showcase/cardanoassets.png"),
website: "https://cardanoassets.com",
source: null,
tags: ["favorite", "analytics"],
tags: ["token", "analytics"],
},
{
title: "Cardano Updates",
Expand Down Expand Up @@ -409,14 +409,6 @@ export const Showcases = [
source: null,
tags: ["favorite", "analytics"],
},
{
title: "Token Tool",
description: "Keep track of native token on testnet and mainnet.",
preview: require("./showcase/tokentool.png"),
website: "https://tokentool.io",
source: null,
tags: ["favorite", "token", "analytics"],
},
{
title: "Transaction Meta Data Browser",
description:
Expand Down Expand Up @@ -980,7 +972,7 @@ export const Showcases = [
preview: require("./showcase/taptools.png"),
website: "https://www.taptools.io",
source: null,
tags: [ "analytics", "token", "minting"],
tags: [ "favorite", "analytics", "token", "minting"],
},
{
title: "Shareslake",
Expand Down

0 comments on commit 5befc5f

Please sign in to comment.