linking works
This commit is contained in:
@@ -90,11 +90,7 @@ export default function AppCard({ app }: Props) {
|
||||
</div>
|
||||
|
||||
<h3 className="text-2xl font-bold">{app.name}</h3>
|
||||
<a
|
||||
className={`${hovered && "text-blue-600"} transition-colors duration-200`}
|
||||
target="_blank"
|
||||
href={`http://${app.address}`}
|
||||
>
|
||||
<a target="_blank" href={`http://${app.address}`}>
|
||||
{app.address}
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user