Skip to content

Commit

Permalink
Added utm_source
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Jan 7, 2025
1 parent b493807 commit ed1c302
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import java.util.*
import javax.swing.JComponent

const val DISCORD_URL = "https://discord.gg/metalbear"
const val MIRRORD_FOR_TEAMS_URL = "https://app.metalbear.co/?utm_medium=intellij"
const val DOCS_URL = "https://mirrord.dev/docs/using-mirrord/intellij-plugin/?utm_medium=intellij"
const val MIRRORD_FOR_TEAMS_URL = "https://app.metalbear.co/?utm_medium=intellij&utm_source=ui_action"
const val DOCS_URL = "https://mirrord.dev/docs/using-mirrord/intellij-plugin/?utm_medium=intellij&utm_source=ui_action"

/**
* Copied from internal [com.intellij.execution.ui.TogglePopupAction].
Expand Down

0 comments on commit ed1c302

Please sign in to comment.