Skip to content

Commit 1cc4201

Browse files
authored
Align widenav with the website (#196)
1 parent a9bab84 commit 1cc4201

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

src/components/Tailwind/WideNav/index.tsx

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
import {
1010
Bars3Icon,
1111
PlayCircleIcon,
12-
RocketLaunchIcon,
12+
ArrowTrendingUpIcon,
1313
PresentationChartLineIcon,
1414
ArrowDownTrayIcon,
1515
} from "@heroicons/react/24/outline"
@@ -22,7 +22,6 @@ import { usePluginData } from "@docusaurus/useGlobalData"
2222

2323
import InfluxSVG from "../../../../static/images/logos/influxdb.svg"
2424
import TimescaleSVG from "../../../../static/images/logos/timescale.svg"
25-
import MongoDBSVG from "../../../../static/images/logos/mongodb.svg"
2625

2726
import styles from "./styles.module.css"
2827

@@ -51,14 +50,13 @@ const features = [
5150
description:
5251
"Explore QuestDB use cases across Capital Markets.",
5352
href: "/market-data/",
54-
icon: RocketLaunchIcon,
53+
icon: ArrowTrendingUpIcon,
5554
},
5655
{
57-
name: "vs. MongoDB",
58-
description:
59-
"Can MongoDB keep up with a specialized time-series database? Read our comparison.",
60-
href: "/blog/mongodb-time-series-benchmark-review/",
61-
svg: MongoDBSVG,
56+
name: "Live Crypto Price Charts",
57+
description: "Tick-by-tick data ingested into QuestDB: Trade Blotter · OHLC · VWAP · RSI · Bollinger Bands",
58+
href: "/dashboards/crypto/",
59+
svg: PresentationChartLineIcon,
6260
},
6361
{
6462
name: "vs. InfluxDB",
@@ -87,11 +85,6 @@ const callsToAction = [
8785
href: "/download/",
8886
icon: ArrowDownTrayIcon,
8987
},
90-
{
91-
name: "View real-time crypto dashboards",
92-
href: "/dashboards/crypto/",
93-
icon: PresentationChartLineIcon,
94-
},
9588
]
9689

9790
export default function WideNav() {
@@ -235,7 +228,7 @@ export default function WideNav() {
235228
))}
236229
</div>
237230
<div className="mx-auto px-6 lg:px-8 pb-4">
238-
<div className="grid grid-cols-3 divide-x divide-gray-900/5 border-solid border-[1px] border-primary rounded-lg group-hover:bg-gray-700">
231+
<div className="grid grid-cols-2 divide-x divide-gray-900/5 border-solid border-[1px] border-primary rounded-lg group-hover:bg-gray-700">
239232
{callsToAction.map((item) => (
240233
<a
241234
key={item.name}

static/images/logos/mongodb.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)