Skip to content

Commit

Permalink
fixed landing links and keyboard shortcut for search (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLawton authored Oct 9, 2024
1 parent 65ad205 commit e0a12d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/components/Landing/GuidesSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ export const GuidesSection = () => (
<GuideCard
title="Build a web3 game with Unity"
body="Learn how to build an engaging iOS and Android game that uses Sequence Embedded Wallets under the hood for an integrated marketplace and in-game currency."
link="/guides/unity-guide"
link="/guides/jelly-forest-unity-guide"
/>
<GuideCard
title="Create web3 lootboxes"
body="With this tutorial, build a web-based maze where lootbox items are generated using AI and dynamically minted into the player's universal wallet."
link="/guides/treasure-chest-guide"
title="Sell your Game Items via a Webshop"
body="Accelerate your game growth by selling items directly to your players with a webshop leveraging Sequence sale and item contracts."
link="/guides/primary-sales"
/>
<GuideCard
title="Sequence Market"
Expand Down
8 changes: 8 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,14 @@ color: var(--vocs-color_text2) !important;
display: none !important;
}

.vocs_SearchDialog_overlay {
display: none !important;
}

.vocs_SearchDialog {
display: none !important;
}

table {
text-align: center;
width: 100%;
Expand Down

0 comments on commit e0a12d6

Please sign in to comment.