Skip to content

Commit

Permalink
Update Showcase item Haltscam, including rename to Profiler (#997)
Browse files Browse the repository at this point in the history
* feat: rebranded haltscam to Profiler

* fix: image and description for profiler

* fix grammar + redundancy in 'Profiler' description

* more redundancy I missed the first time

---------

Co-authored-by: Robert Phair <[email protected]>
  • Loading branch information
HT-Moh and rphair authored Mar 23, 2023
1 parent d7baea0 commit d3e7444
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file removed src/data/showcase/haltscam.png
Binary file not shown.
Binary file added src/data/showcase/profiler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1038,13 +1038,13 @@ export const Showcases = [
tags: ["nftsupport", "opensource", "token"],
},
{
title: "Haltscam",
title: "Profiler",
description:
"Haltscam allows and provides a means of crowd-sourcing risky Cardano addresses, allowing community members to contribute to the database and prevent their fellow adopters from falling victim to scams or solicitation.",
preview: require("./showcase/haltscam.png"),
website: "https://haltscam.com/",
"Cardano explorer tailored to boost security and decision-making. Users can thoroughly examine their wallets, receiving a detailed overview of their transactions, tokens, and NFTs, complemented by interactive visualizations.",
preview: require("./showcase/profiler.png"),
website: "https://profiler.biz/",
source: null,
tags: ["analytics"],
tags: ["analytics", "explorer"],
},
{
title: "Dapps on Cardano",
Expand Down

0 comments on commit d3e7444

Please sign in to comment.