Skip to content

Commit e300193

Browse files
committed
Update Explore component in Navbar with improved links and alt text for images
1 parent 84215a8 commit e300193

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Navbar.jsx

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

258258
const Explore = () => (
259259
<div>
260-
<div className="grid grid-cols-2 gap-2">
260+
<div className="grid grid-cols-2 gap-2" target="_blank" rel="noopener noreferrer">
261261
<a href="https://www.devdisplay.tech/">
262-
<img className="mb-2 h-14 w-full rounded object-cover" src="/DCommunity.png" alt="Placeholder image" />
262+
<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">
265265
A global developer community that brings the powerful impact of innovation from the ground up in universities,
266266
colleges, and cities.
267267
</p>
268268
</a>
269-
<a href="#">
270-
<img className="mb-2 h-14 w-full rounded object-cover" src="/DStudio.png" alt="Placeholder image" />
269+
<a href="https://dedisplaystudio.vercel.app/" target="_blank" rel="noopener noreferrer">
270+
<img className="mb-2 h-14 w-full rounded object-cover" src="/DStudio.png" alt="DevDisplay Studio" />
271271
<h4 className="mb-0.5 text-sm font-medium">DevDisplay Studio</h4>
272272
<p className="text-xs text-neutral-400">
273273
DevDisplay Studio empowers startups, enterprises, and agencies with premium and powerful software solutions by

0 commit comments

Comments
 (0)