Skip to content

Commit 667a059

Browse files
committed
Refactor Explore component in Navbar for improved structure and readability
1 parent e300193 commit 667a059

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Navbar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ const Pricing = () => (
257257

258258
const Explore = () => (
259259
<div>
260-
<div className="grid grid-cols-2 gap-2" target="_blank" rel="noopener noreferrer">
261-
<a href="https://www.devdisplay.tech/">
260+
<div className="grid grid-cols-2 gap-2">
261+
<a href="https://www.devdisplay.tech/" target="_blank" rel="noopener noreferrer">
262262
<img className="mb-2 h-14 w-full rounded object-cover" src="/DCommunity.png" alt="DevDisplay Community" />
263263
<h4 className="mb-0.5 text-sm font-medium">DevDisplay Community</h4>
264264
<p className="text-xs text-neutral-400">

0 commit comments

Comments
 (0)