Skip to content

Commit 567d61e

Browse files
committed
Fix guides product tags
1 parent ee154ef commit 567d61e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+46
-45
lines changed

src/common/maps.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export interface ExamplesInterface {
168168
}
169169

170170
export const tags = {
171-
pnp: "pnp",
171+
pnp: "plug and play",
172172
mpcCoreKit: "mpc core kit",
173173
sfa: "single factor auth",
174174
modal: "@web3auth/modal",
@@ -210,7 +210,7 @@ export const productMap = [
210210
},
211211
{
212212
label: "Single Factor Auth",
213-
value: tags.sfaJS,
213+
value: tags.sfa,
214214
},
215215
{
216216
label: "MPC Core Kit",

src/components/ProductCards/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
align-items: center;
2525
flex-wrap: wrap;
2626
margin-top: 16px;
27+
color: var(--ifm-color-content);
2728
}
2829

2930
.platformIconContainer {

src/pages/guides/android-auth0.mdx

Lines changed: 1 addition & 1 deletion

src/pages/guides/android-firebase.mdx

Lines changed: 1 addition & 1 deletion

src/pages/guides/android-wallet.mdx

Lines changed: 1 addition & 1 deletion

src/pages/guides/android.mdx

Lines changed: 1 addition & 1 deletion

src/pages/guides/auth0.mdx

Lines changed: 1 addition & 1 deletion

src/pages/guides/browser-extension.mdx

Lines changed: 1 addition & 1 deletion

src/pages/guides/cognito.mdx

Lines changed: 1 addition & 1 deletion

src/pages/guides/discord.mdx

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)