Skip to content

Commit

Permalink
remove discord page auto opening
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadman97 committed Mar 1, 2024
1 parent 300c2e5 commit c56fd29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/util/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function GetBaseURL(): string {

export const showSupportBubble = () => {
analytics.track('showSupportBubble')
window.open('https://highlight.io/community', '_blank')
}

export const showSupportMessage = async (msg = '') => {
Expand Down

0 comments on commit c56fd29

Please sign in to comment.