Skip to content

Commit

Permalink
[AC-3955] chore: add utm source to banner link (#371)
Browse files Browse the repository at this point in the history
## Changes
- Added utm source to powered banner link

ticket: [AC-3955]

## Additional Notes
- 

## Checklist
Before requesting a code review, please check the following:
- [x] **[Required]** CI has passed all checks.
- [x] **[Required]** A self-review has been conducted to ensure there
are no minor mistakes.
- [x] **[Required]** Unnecessary comments/debugging code have been
removed.
- [x] **[Required]** All requirements specified in the ticket have been
accurately implemented.
- [x] Ensure the ticket has been updated with the sprint, status, and
story points.


[AC-3955]:
https://sendbird.atlassian.net/browse/AC-3955?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
bang9 authored Oct 8, 2024
1 parent 0fd6824 commit ff5b29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/PoweredByBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Banner() {
{chatBottomContent?.text}   Powered by 
<Highlighter
aria-label="Learn more about Sendbird"
href="https://sendbird.com"
href="https://sendbird.com?utm_medium=product&utm_source=chatbot&utm_campaign=fy25-glbl-ai-chat-poweredby"
rel="noopener noreferrer nofollow"
target="_blank"
>
Expand Down

0 comments on commit ff5b29c

Please sign in to comment.