Skip to content

Commit

Permalink
Merge pull request #33 from dropalways/patch-2
Browse files Browse the repository at this point in the history
Update Dashboard.razor to use the updated links
  • Loading branch information
phasephasephase committed Mar 5, 2024
2 parents 38cf54b + b5cfc75 commit aaebb32
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 aaebb32

Please sign in to comment.