Skip to content

Commit

Permalink
Fixed link in UploadStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetz committed Dec 12, 2023
1 parent 989bce5 commit 02ae36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Uploader/UploadStatus.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<p><b>There's nothing you need to do right now. Your model is uploaded and the CI-bots have started their work!</b><p>
<!--<FullScreenConfetti /> -->
<p>You can check the status of the CI at any point from <a href="/status/{uploader.model_nickname.name}">here</a></p>
<p>You can check the status of the CI at any point from <a href="#/status/{uploader.model_nickname.name}">here</a></p>
{:else}
{#if uploading}
<p>Uploading</p>
Expand Down

0 comments on commit 02ae36a

Please sign in to comment.