Skip to content

Commit 84215a8

Browse files
committed
Rename Blog component to Explore in Navbar for improved clarity
1 parent 68b44bc commit 84215a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/DStudio.png

-12.6 KB
Loading

src/components/Navbar.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const Pricing = () => (
255255
</div>
256256
);
257257

258-
const Blog = () => (
258+
const Explore = () => (
259259
<div>
260260
<div className="grid grid-cols-2 gap-2">
261261
<a href="https://www.devdisplay.tech/">
@@ -288,8 +288,8 @@ const TABS = [
288288
Component: Pricing,
289289
},
290290
{
291-
title: 'Blog',
292-
Component: Blog,
291+
title: 'Explore',
292+
Component: Explore,
293293
},
294294
].map((n, idx) => ({ ...n, id: idx + 1 }));
295295

0 commit comments

Comments
 (0)