We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b44bc commit 84215a8Copy full SHA for 84215a8
public/DStudio.png
-12.6 KB
src/components/Navbar.jsx
@@ -255,7 +255,7 @@ const Pricing = () => (
255
</div>
256
);
257
258
-const Blog = () => (
+const Explore = () => (
259
<div>
260
<div className="grid grid-cols-2 gap-2">
261
<a href="https://www.devdisplay.tech/">
@@ -288,8 +288,8 @@ const TABS = [
288
Component: Pricing,
289
},
290
{
291
- title: 'Blog',
292
- Component: Blog,
+ title: 'Explore',
+ Component: Explore,
293
294
].map((n, idx) => ({ ...n, id: idx + 1 }));
295
0 commit comments