Skip to content

Commit a988f5d

Browse files
committed
Remove trackerjam
1 parent 127927d commit a988f5d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/components/MyApps.vue

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@
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
4029
enum App {
4130
ClearYoutube,
42-
TrackerJam,
4331
}
4432
4533
function 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>

0 commit comments

Comments
 (0)