Skip to content

Commit

Permalink
fix(ui): fix slack button on error toast
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Feb 13, 2025
1 parent f57a463 commit ad651cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/ErrorToastContainer.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<a
href="https://kestra.io/slack?utm_source=app&utm_campaign=slack&utm_content=error"
class="position-absolute slack-on-error el-button el-button--small is-text is-has-bg"
class="position-absolute slack-on-error el-button el-button--small"
target="_blank"
>
<Slack />
Expand Down

0 comments on commit ad651cd

Please sign in to comment.