@codecademy/brand 2.9.0-alpha.5a84a4940d.0 → 2.9.0-alpha.c37b2c5eaa.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.
|
@@ -158,7 +158,7 @@ export const CertificationPathsPanel = ({
|
|
|
158
158
|
gap: 8,
|
|
159
159
|
children: [providers.map(provider => /*#__PURE__*/_jsx(ProviderChip, {
|
|
160
160
|
text: provider,
|
|
161
|
-
href: `/search?
|
|
161
|
+
href: `/search?query=${provider} certifications`,
|
|
162
162
|
tabIndex: tabIndex
|
|
163
163
|
}, provider)), /*#__PURE__*/_jsx(ProviderChip, {
|
|
164
164
|
text: "+ More providers",
|
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": "2.9.0-alpha.
|
|
4
|
+
"version": "2.9.0-alpha.c37b2c5eaa.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@emotion/is-prop-valid": "^1.2.1",
|