@codecademy/brand 3.30.1-alpha.199dfee3c1.0 → 3.30.1-alpha.45dc39626d.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -174,7 +174,7 @@ export const pricingDropdown = isInRevampedBlpExperimentVariant => {
174
174
  type: 'link'
175
175
  }, {
176
176
  id: 'for-teams',
177
- href: isInRevampedBlpExperimentVariant ? '/business/pricing' : '/business#section-pricing-table',
177
+ href: '/business/pricing',
178
178
  trackingTarget: 'topnav_pricing_business',
179
179
  text: 'For Business',
180
180
  type: 'link'
@@ -16,7 +16,7 @@ const anonHeaderItems = ({
16
16
  renderSignUp,
17
17
  hidePricing,
18
18
  user,
19
- isInRevampedBlpExperimentVariant
19
+ isInRevampedBlpExperimentVariant = true
20
20
  }) => {
21
21
  const specialLogo = {
22
22
  ...logo,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/brand",
3
3
  "description": "Brand component library for Codecademy",
4
- "version": "3.30.1-alpha.199dfee3c1.0",
4
+ "version": "3.30.1-alpha.45dc39626d.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@emotion/is-prop-valid": "^1.2.1",