Skip to content

Commit

Permalink
Update Dashboard.razor to use the updated links
Browse files Browse the repository at this point in the history
The old links were to the old website
  • Loading branch information
dropalways committed Mar 5, 2024
1 parent 38cf54b commit b5cfc75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JiayiLauncher/Pages/Dashboard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@
<div class="card">
<h4>Our community</h4>
<div class="links">
<a href="https://jiayi.software" title="Jiayi Software's website">
<a href="https://jiayisoftware.github.io/" title="Jiayi Software's website">
<span class="material-symbols-sharp">language</span>
</a>
<a href="https://github.com/JiayiSoftware/JiayiLauncher" title="Jiayi Launcher on GitHub">
<svg width="40px" height="40px" viewBox="0 0 40 40">
<use href="images/github.svg#github" />
</svg>
</a>
<a href="https://jiayi.software/discord" title="Talk to us on Discord">
<a href="https://jiayisoftware.github.io/discord" title="Talk to us on Discord">
<svg width="40px" height="40px" viewBox="0 0 40 40">
<use href="images/discord.svg#discord" />
</svg>
Expand Down Expand Up @@ -143,4 +143,4 @@
NavigationManager.NavigateTo("/Profiles");
}

}
}

0 comments on commit b5cfc75

Please sign in to comment.