1
0
Fork 0
forked from suyu/website

Compare commits

...

3 commits

Author SHA1 Message Date
bb87a25adf Add suyu title
Signed-off-by: Exverge <exverge@exverge.xyz>
2024-04-07 02:13:53 +02:00
MattTheTekie
5da578ebb9 Correct git link 2024-04-04 23:00:39 +02:00
aa08e9e695 update to our git 2024-03-27 11:20:28 +01:00
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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>

View file

@ -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