Improve UI

This commit is contained in:
2025-07-07 10:20:50 +08:00
parent a169918b93
commit 0021a73951
2 changed files with 5 additions and 5 deletions

View File

@@ -156,7 +156,7 @@ function ResourceCard({ resource }: { resource: Resource }) {
return (
<a
href="link"
className="flex flex-col sm:flex-row w-full card bg-base-200 shadow-xs hover:shadow overflow-clip my-2"
className="flex flex-col sm:flex-row w-full card bg-base-200 shadow-xs hover:shadow overflow-clip my-2 transition-shadow"
onClick={(e) => {
e.preventDefault();
navigate(link);