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 e300193 commit 667a059Copy full SHA for 667a059
1 file changed
src/components/Navbar.jsx
@@ -257,8 +257,8 @@ const Pricing = () => (
257
258
const Explore = () => (
259
<div>
260
- <div className="grid grid-cols-2 gap-2" target="_blank" rel="noopener noreferrer">
261
- <a href="https://www.devdisplay.tech/">
+ <div className="grid grid-cols-2 gap-2">
+ <a href="https://www.devdisplay.tech/" target="_blank" rel="noopener noreferrer">
262
<img className="mb-2 h-14 w-full rounded object-cover" src="/DCommunity.png" alt="DevDisplay Community" />
263
<h4 className="mb-0.5 text-sm font-medium">DevDisplay Community</h4>
264
<p className="text-xs text-neutral-400">
0 commit comments