Skip to content

Commit

Permalink
Launch Week Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
elijames-codecov committed Feb 21, 2024
1 parent 1434ced commit ff2d1e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {useEffect, useState} from 'react';
//
const SHOW_BANNER = true;
const BANNER_TEXT =
'Join the metrics alpha! Track the data points you care about to pinpoint and solve issues with correlated traces.';
'Join us for Sentry Launch Week March 18-22 for product releases and exclusive demos.';
const BANNER_LINK_URL =
'https://sentry.io/lp/metrics/?utm_source=docs&utm_medium=organic&utm_campaign=metrics-fy25q1-evergreen&utm_content=prod-metricsalpha-signup';
const BANNER_LINK_TEXT = 'Sign Up';
'https://sentry.io/events/launch-week/?promo_name=fy25q1launchweek';
const BANNER_LINK_TEXT = 'See what’s new';
const OPTIONAL_BANNER_IMAGE = null;

//
Expand Down

0 comments on commit ff2d1e4

Please sign in to comment.