Skip to content

Commit

Permalink
update recommended articles
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 committed Aug 6, 2023
1 parent 0803a53 commit d3db099
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file added public/fonts/TransSansPremium-Bold.woff2
Binary file not shown.
16 changes: 8 additions & 8 deletions src/components/Header/Search/SearchModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ const searchClient = algoliasearch(CONFIG.ALGOLIA.appId, CONFIG.ALGOLIA.publicAp

const recommendedArticles = [
{
title: "Suggested Article A",
url: "/",
title: "User Guide",
url: "/en/user-guide",
},
{
title: "Suggested Article B",
url: "/",
title: "Developer Quickstart",
url: "/en/developers/developer-quickstart",
},
{
title: "Suggested Article C",
url: "/",
title: "Sepolia Testnet Contracts",
url: "/en/developers/alpha-testnet-contracts",
},
{
title: "Suggested Article D",
url: "/",
title: "Architecture Overview",
url: "/en/technology/architecture/scroll-architecture",
},
]

Expand Down

0 comments on commit d3db099

Please sign in to comment.