Skip to content

Commit

Permalink
FIX PrismaScans : change domain (#6542)
Browse files Browse the repository at this point in the history
* Update PrismaScans : change domain

Fixes #6541

* update prismascans icon
  • Loading branch information
MikeZeDev authored Dec 17, 2023
1 parent bed4ea4 commit 45cec6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified src/web/img/connectors/prismascans
Binary file not shown.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/PrismaScan.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export default class PrismaScan extends WordPressMadara {
constructor() {
super();
super.id = 'prismascans';
super.label = 'Prisma Scan';
super.label = 'Demon Scan';
this.tags = [ 'webtoon', 'portuguese' ];
this.url = 'https://prismascans.net';
this.url = 'https://demonsect.com.br';
}
}

0 comments on commit 45cec6c

Please sign in to comment.