Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dsstats.decodecli/Tourney.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static async Task CreateTourneyJsons(string tourneyPath)

replays = replays.Select(s => s.Replace("\\", "/")).ToHashSet();

ReplayDecoder decoder = new(Program.assemblyPath);
ReplayDecoder decoder = new();

ReplayDecoderOptions options = new()
{
Expand Down
2 changes: 1 addition & 1 deletion src/dsstats.web/dsstats.web.Client/Pages/UploadPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<p class="card-text">
The PWA works offline, stores replays in your browser, and can be installed on your desktop or mobile device.
</p>
<a href="https://dsstats-dev.pax77.org" target="_blank" class="btn btn-primary">
<a href="https://mydsstats.pax77.org" target="_blank" class="btn btn-primary">
<i class="bi bi-box-arrow-up-right me-1"></i> Open dsstats PWA
</a>
</div>
Expand Down