Skip to content

Commit 142e669

Browse files
committed
fix package path
1 parent 74dd605 commit 142e669

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/WelcomeMessage.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
(isLiveTL ? 'hyperchat' : 'assets') + '/logo.png'
1010
);
1111
const reviewLink = __BROWSER__ === 'firefox'
12-
? 'https://addons.mozilla.org/en-US/firefox/addon/hyperchat/'
13-
: 'https://chrome.google.com/webstore/detail/hyperchat-optimized-youtu/naipgebhooiiccifflecbffmnjbabdbh';
12+
? 'https://addons.mozilla.org/en-US/firefox/addon/ytcfilter/'
13+
: 'https://chromewebstore.google.com/detail/ytcfilter-youtube-chat-fi/mnldnbhgfocmkehnlkeanlhfmopepnko';
1414
const classes = 'p-2 rounded inline-flex flex-col overflow-hidden ' +
1515
'bg-secondary-50 dark:bg-secondary-600 w-full';
1616

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default defineConfig({
7575
zipPack({
7676
inDir: buildDir,
7777
outDir: 'build',
78-
outFileName: `HyperChat-${browser}.zip`
78+
outFileName: `YtcFilter-${browser}.zip`
7979
})
8080
]
8181
});

0 commit comments

Comments
 (0)