Skip to content

Commit

Permalink
fix: remove promo banner
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska committed Nov 19, 2024
1 parent ff43cc7 commit 1e7c7d4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions packages/frontend-2/components/dashboard/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,6 @@
</NuxtLink>
</LayoutSidebarMenuGroup>
</LayoutSidebarMenu>
<template #promo>
<LayoutSidebarPromo
title="Last chance for SpeckleCon!"
text="Grab one of the last spots at the ultimate community event in London on Nov 13-14."
button-text="Get tickets"
@on-click="onPromoClick"
/>
</template>
</LayoutSidebar>
</div>
</template>
Expand All @@ -177,7 +169,6 @@
import {
FormButton,
LayoutSidebar,
LayoutSidebarPromo,
LayoutSidebarMenu,
LayoutSidebarMenuGroup,
LayoutSidebarMenuGroupItem
Expand Down Expand Up @@ -248,15 +239,6 @@ onWorkspaceResult((result) => {
}
})

const onPromoClick = () => {
mixpanel.track('Promo Banner Clicked', {
source: 'sidebar',
campaign: 'specklecon2024'
})

window.open('https://conf.speckle.systems/', '_blank')
}

const openFeedbackDialog = () => {
showFeedbackDialog.value = true
isOpenMobile.value = false
Expand Down

0 comments on commit 1e7c7d4

Please sign in to comment.