aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/modals
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-11-11 16:45:33 -0800
committerPinapelz <yukais@pinapelz.com>2025-11-11 16:45:33 -0800
commit5aa04d60b1602dbb6166c5459a2f1c1792e634c0 (patch)
tree2e8439d355356764a9daa1f3773baf5ce7dd9f67 /frontend/src/components/modals
parent9608610b0fef717c8f2d87ab518a077f4e0763cb (diff)
move import script paths according to import method
Diffstat (limited to 'frontend/src/components/modals')
-rw-r--r--frontend/src/components/modals/DivaNetModal.tsx2
-rw-r--r--frontend/src/components/modals/MusicDiverModal.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/modals/DivaNetModal.tsx b/frontend/src/components/modals/DivaNetModal.tsx
index 00babc2..d3aee86 100644
--- a/frontend/src/components/modals/DivaNetModal.tsx
+++ b/frontend/src/components/modals/DivaNetModal.tsx
@@ -93,7 +93,7 @@ const DivaNetModal = ({
<div className="my-2 rounded-md bg-blue-500/10 border border-blue-500/20 p-3">
<p className="text-sm text-blue-400">
<a
- href="https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/projectdiva-arcade/diva_net_history.user.js"
+ href="https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/projectdiva-arcade/divanet/diva_net_history.user.js"
className="font-bold underline"
>
DIVA.NET Recently Played Score Export Userscript (Last 20 Played)
diff --git a/frontend/src/components/modals/MusicDiverModal.tsx b/frontend/src/components/modals/MusicDiverModal.tsx
index 0113bf5..e995978 100644
--- a/frontend/src/components/modals/MusicDiverModal.tsx
+++ b/frontend/src/components/modals/MusicDiverModal.tsx
@@ -102,7 +102,7 @@ const MusicDiverMyPageModal = ({
<div className="my-2 rounded-md bg-blue-500/10 border border-blue-500/20 p-3">
<p className="text-sm text-blue-400">
<a
- href="https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/musicdiver/musicdiver_recent_history.user.js"
+ href="https://github.com/pinapelz/Mirage/raw/refs/heads/main/scripts/musicdiver/mypage/musicdiver_recent_history.user.js"
className="underline"
>
MyPage Recently Played Score Export Userscript
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage