Skip to content

Commit

Permalink
Compact products dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriVanGuard committed Mar 21, 2022
1 parent 5b27ef5 commit aa583d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mobile-detect": "^1.4.5",
"node-fetch": "^2.6.1",
"polka": "next",
"san-webkit": "https://github.com/santiment/san-webkit#1d682d2",
"san-webkit": "https://github.com/santiment/san-webkit#407fa1a",
"sirv": "^1.0.0",
"turndown": "^7.1.1",
"medium-editor": "^5.23.3",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Nav/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<nav class:fixed={isMenuOpened}>
<div class="section row v-center">
<Product title="Insights" class="mrg-l mrg--r" />
<Products active="insights" />
<Products active="insights" isCompact isColumn />

<Search />

Expand Down

0 comments on commit aa583d5

Please sign in to comment.