diff --git a/components/IconButton.vue b/components/IconButton.vue
index 2cb1fa5..f2085b1 100644
--- a/components/IconButton.vue
+++ b/components/IconButton.vue
@@ -2,16 +2,29 @@
@@ -22,7 +27,7 @@
-
@@ -77,11 +82,6 @@ const itemCount = computed(() => {
return count
})
-const isMobile = computed(() => {
- if (typeof window === 'undefined') return false
- return window.innerWidth < 768
-})
-
onMounted(() => {
if (work.value?.soundcloud_trackid) {
audioPlayerStore.setSoundCloudTrackID(work.value.soundcloud_trackid)