mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix wrong attribute syntax
This commit is contained in:
parent
f597b0213f
commit
f182a37285
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const hasRelatedLinks = Array.isArray(listing.relatedLinks)
|
|||
return (
|
||||
<a
|
||||
class="relative inline-flex items-center rounded-md px-4 py-2 leading-5 font-bold text-white border border-transparent focus:outline-none focus:border-indigo-600 neumorphic-shadow focus:shadow-outline-indigo bg-darker hover:bg-indigo-400 active:bg-indigo-600 transition duration-150 ease-in-out"
|
||||
href="${link.href}"
|
||||
href={ link.href }
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
role="button"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue