mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-24 08:14:38 +01:00
Updated git repo link to new URL
This commit is contained in:
parent
030cc495b0
commit
3b128b7cdc
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<LogoWithTextHorizontal on:click={() => goto("/")} size={50} />
|
||||
</div>
|
||||
<div class="right">
|
||||
<a href="https://gitlab.com/suyu-emu/suyu" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://git.suyu.dev/suyu/suyu" target="_blank" rel="noopener noreferrer">
|
||||
<Button class="!p-2" pill={true}>
|
||||
<CodeBranchOutline />
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
<div class="buttons">
|
||||
<button
|
||||
on:click={() =>
|
||||
window.open("https://gitlab.com/suyu-emu/suyu", "_blank", "noopener noreferrer")}
|
||||
window.open("https://git.suyu.dev/suyu/suyu", "_blank", "noopener noreferrer")}
|
||||
class="download">Git Repo</button
|
||||
>
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue