Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions nuxt/utils/navIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import iServerStack from '../../src/_includes/components/icons/server-stack.svg?
import iShare from '../../src/_includes/components/icons/share.svg?raw'
import iShieldCheck from '../../src/_includes/components/icons/shield-check.svg?raw'
import iSparkles from '../../src/_includes/components/icons/sparkles.svg?raw'
import iSquares2x2 from '../../src/_includes/components/icons/squares-2x2.svg?raw'
import iSquaresPlus from '../../src/_includes/components/icons/squares-plus.svg?raw'
import iStar from '../../src/_includes/components/icons/star.svg?raw'
import iUns from '../../src/_includes/components/icons/uns.svg?raw'
Expand Down Expand Up @@ -99,6 +100,7 @@ export const navIcons: Record<string, string> = {
'share': iShare,
'shield-check': iShieldCheck,
'sparkles': iSparkles,
'squares-2x2': iSquares2x2,
'squares-plus': iSquaresPlus,
'star': iStar,
'uns': iUns,
Expand Down
11 changes: 10 additions & 1 deletion src/_data/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
{
"title": "Overview",
"titleGrid": "xl:col-start-2 xl:row-start-1",
"listClasses": "row-span-6 xl:col-start-2 xl:row-start-2",
"listClasses": "row-span-[7] xl:col-start-2 xl:row-start-2",
"links": [
{
"label": "Platform",
"href": "/platform/",
"icon": "squares-2x2"
},
{
"label": "Product",
"href": "/product/",
Expand Down Expand Up @@ -437,6 +442,10 @@
{
"title": "Overview",
"links": [
{
"label": "Platform",
"href": "/platform/"
},
{
"label": "Product",
"href": "/product/"
Expand Down
Loading