diff options
Diffstat (limited to 'frontend/src/components/modals/TaikoEGTSModal.tsx')
| -rw-r--r-- | frontend/src/components/modals/TaikoEGTSModal.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/components/modals/TaikoEGTSModal.tsx b/frontend/src/components/modals/TaikoEGTSModal.tsx index a13fa48..a7c5d48 100644 --- a/frontend/src/components/modals/TaikoEGTSModal.tsx +++ b/frontend/src/components/modals/TaikoEGTSModal.tsx @@ -90,7 +90,9 @@ const TaikoEGTSModal = ({ <li>Log into your the WebUI. Its assumed you already know the link if you're using this import method</li> <li> Install the appropriate userscript to your browser (use an extension such - as Tampermonkey). + as <a + className="font-bold hover:underline" + href="https://violentmonkey.github.io/">Violentmonkey</a>). </li> {/* Additional Info */} <div className="my-2 rounded-md bg-[#533166]/10 border border-[#533166]/20 p-3"> |
