mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-28 20:47:23 +00:00
Improve UI
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user