File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 1212 </p >
1313 </div >
1414 </div >
15- <div class =" app-block" @click =" openAppLink(App.TrackerJam)" >
16- <div class =" img-block" >
17- <img src =" ../assets/icons/trackerjam-logo.png" height =" 45" />
18- </div >
19- <div >
20- <p class =" title" >{{ t('trackerjam.message') }}</p >
21- <p class =" description" >
22- {{ t('trackerjam.description') }}
23- </p >
24- </div >
25- </div >
2615 </div >
2716</template >
2817
@@ -39,17 +28,13 @@ const { t } = useI18n();
3928
4029enum App {
4130 ClearYoutube ,
42- TrackerJam ,
4331}
4432
4533function openAppLink(app : App ) {
4634 switch (app ) {
4735 case App .ClearYoutube :
4836 window .open (CHROME_STORE_CLEAR_YOUTUBE_URL , ' _blank' );
4937 break ;
50- case App .TrackerJam :
51- window .open (' https://trackerjam.com/?utm_source=watt_extension' , ' _blank' );
52- break ;
5338 }
5439}
5540 </script >
You can’t perform that action at this time.
0 commit comments