Show link to replay viewer in scores again

This commit is contained in:
Stedoss 2025-05-14 19:03:06 +01:00
parent 0dc4f745a5
commit e91fa6dad2
2 changed files with 5 additions and 5 deletions

View File

@ -29,9 +29,9 @@
</a> </a>
</div> </div>
<!-- <div class="text-center mt-2"> <div class="text-center mt-2">
<a class="btn" [href]="'https://replay.nise.moe/' + this.pair.replays[0].replay_id + '/' + this.pair.replays[1].replay_id" target="_blank">Open in Replay Viewer</a> <a class="btn" [href]="'https://nise.stedos.dev/replay-viewer/' + this.pair.replays[0].replay_id + '/' + this.pair.replays[1].replay_id" target="_blank">Open in Replay Viewer</a>
</div> --> </div>
<div class="some-page-wrapper text-center"> <div class="some-page-wrapper text-center">
<div class="row"> <div class="row">

View File

@ -53,9 +53,9 @@
Open in CircleGuard Open in CircleGuard
</a> </a>
<!-- <a style="flex: 1" class="text-center" [href]="'https://replay.nise.moe/' + this.replayData.replay_id" target="_blank" [class.disabled]="!hasReplay()"> <a style="flex: 1" class="text-center" [href]="'https://nise.stedos.dev/replay-viewer/' + this.replayData.replay_id" target="_blank" [class.disabled]="!hasReplay()">
Open in Replay Viewer Open in Replay Viewer
</a> --> </a>
</div> </div>