diff options
Diffstat (limited to 'frontend/src/components/modals/TaikoEGTSModal.tsx')
| -rw-r--r-- | frontend/src/components/modals/TaikoEGTSModal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/modals/TaikoEGTSModal.tsx b/frontend/src/components/modals/TaikoEGTSModal.tsx index 45d47bf..a13fa48 100644 --- a/frontend/src/components/modals/TaikoEGTSModal.tsx +++ b/frontend/src/components/modals/TaikoEGTSModal.tsx @@ -37,7 +37,7 @@ const TaikoEGTSModal = ({ </p> <button onClick={renderAsCard} - className="w-full bg-[#533166] hover:bg-[#4a2c5a] 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-[#533166] hover:bg-[#4a2c5a] text-white py-2 px-3 sm:px-4 rounded-md text-sm sm:text-base font-medium transition-colors" > Export EGTS Play History </button> |
