Compare commits
No commits in common. "master" and "master" have entirely different histories.
3 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta property="og:title" content="suyu" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<LogoWithTextHorizontal on:click={() => goto("/")} size={50} />
|
||||
</div>
|
||||
<div class="right">
|
||||
<a href="https://git.suyu.dev/suyu/suyu" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://gitlab.com/suyu-emu/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://git.suyu.dev/suyu/suyu", "_blank", "noopener noreferrer")}
|
||||
window.open("https://gitlab.com/suyu-emu/suyu", "_blank", "noopener noreferrer")}
|
||||
class="download">Git Repo</button
|
||||
>
|
||||
<button
|
||||
|
|
Loading…
Reference in a new issue