Skip to content

Commit

Permalink
chore: rename to VortexScans
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWasTaken committed Oct 6, 2024
1 parent 9233c81 commit cc82377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion src/web/mjs/connectors/MangaGalaxy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default class MangaGalaxy extends Iken {
super.label = 'MangaGalaxy';
this.tags = [ 'manga', 'english', 'scanlation' ];
this.url = 'https://mangagalaxy.net';
this.api = 'https://mangagalaxy.net';
this.links = {
login: 'https://mangagalaxy.net/auth/signin',
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import Iken from './templates/Iken.mjs';

export default class Vortex_Scans extends Iken {
export default class VortexScans extends Iken {
constructor() {
super();
super.id = 'vortex_scans';
super.label = 'Vortex_Scans';
super.id = 'vortexscans';
super.label = 'VortexScans';
this.tags = [ 'manga', 'english', 'scanlation' ];
this.url = 'https://vortexscans.org';
this.links = {
Expand Down

0 comments on commit cc82377

Please sign in to comment.