Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Enable Embedded Wallet link in sidebar (#256)
Browse files Browse the repository at this point in the history
* Add waas quickstart keys

* Enable Embedded Wallet link in sidebar
  • Loading branch information
taylanpince authored Apr 9, 2024
1 parent 08e9bc2 commit e3e570e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/DocSidebarItem/Link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function DocSidebarItemLink({
return (
<>
{
label != "Games SDK" && label != "Unity SDK" && label != "Embedded Wallet" ?
label != "Games SDK" && label != "Unity SDK" ?
<li
className={clsx(
ThemeClassNames.docs.docSidebarItemLink,
Expand Down

0 comments on commit e3e570e

Please sign in to comment.