linking works

This commit is contained in:
2026-06-28 11:14:23 -05:00
parent c04738f9c4
commit 8134ec117f
5 changed files with 86 additions and 52 deletions
+1 -5
View File
@@ -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>