Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(login): update the login banners #72027

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/sentry/templates/sentry/partial/alerts.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
<div class="alert-banner">
<div class="alert-message">
{% if banner_choice == 0 %}
Check out Sentry's User Feedback Widget. Know about issues that don't trigger exceptions and connect with your customers. &nbsp<a target="_blank" href="https://blog.sentry.io/introducing-user-feedback-the-easiest-way-to-connect-with-your-users/?utm_source=sentry&utm_medium=pendo&utm_campaign=feedback-fy25q2-userfeedback&utm_content=blog-userfeedback-ga-learnmore">Read more.</a>
Join our workshop: Tracing Frontend Issues with Backend Solutions on June 20th. &nbsp<a target="_blank" href="https://sentry.io/resources/tracing-frontend-issues-with-backend-solutions/?utm_source=pendo&utm_medium=pendo&utm_campaign=tracing-fy25q2-traceworkshop&utm_content=workshop-tracingworkshop-rsvp">Register now.</a>
{% elif banner_choice == 1 %}
Have a personal website? Learn five easy ways to improve your personal website's performance. &nbsp<a target="_blank" href="https://blog.sentry.io/5-easy-tips-to-improve-your-personal-website-performance/?utm_source=sentry&utm_medium=pendo&utm_campaign=perf-fy25q2-frontend&utm_content=blog-5-perf-tips-for-websites-learnmore">Read more.</a>
Join our workshop: Tracing Frontend Issues with Backend Solutions on June 20th. &nbsp<a target="_blank" href="https://sentry.io/resources/tracing-frontend-issues-with-backend-solutions/?utm_source=pendo&utm_medium=pendo&utm_campaign=tracing-fy25q2-traceworkshop&utm_content=workshop-tracingworkshop-rsvp">Register now.</a>
{% endif %}
</div>
</div>
Expand Down
Loading