forked from suyu/website
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
bb87a25adf | |||
|
5da578ebb9 | ||
aa08e9e695 |
3 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
<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://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…
Reference in a new issue