aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/modals/DivaNetModal.tsx
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-11-12 03:09:35 -0800
committerPinapelz <yukais@pinapelz.com>2025-11-12 03:14:55 -0800
commit83ea25bdfe948e97aeef9cf30baed634990690ba (patch)
tree795b6b13bc6c32872ae187f143b1b7474b6e4a5d /frontend/src/components/modals/DivaNetModal.tsx
parent58876529c38ee279e935c1cf3e204d2017a37a2e (diff)
make import button change pointer state to clickable
Diffstat (limited to 'frontend/src/components/modals/DivaNetModal.tsx')
-rw-r--r--frontend/src/components/modals/DivaNetModal.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/modals/DivaNetModal.tsx b/frontend/src/components/modals/DivaNetModal.tsx
index d3aee86..c434e1b 100644
--- a/frontend/src/components/modals/DivaNetModal.tsx
+++ b/frontend/src/components/modals/DivaNetModal.tsx
@@ -39,7 +39,7 @@ const DivaNetModal = ({
</p>
<button
onClick={renderAsCard}
- className="w-full bg-green-600 hover:bg-green-700 text-white py-2 px-3 sm:px-4 rounded-md text-sm sm:text-base font-medium transition-colors"
+ className="hover:cursor-pointer w-full bg-green-600 hover:bg-green-700 text-white py-2 px-3 sm:px-4 rounded-md text-sm sm:text-base font-medium transition-colors"
>
Export DIVA.NET
</button>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage