forked from suyu/website
add git repos
This commit is contained in:
parent
29e0e8991e
commit
708a10d008
2 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
import { page } from "$app/stores";
|
||||
import "$lib/css/index.css";
|
||||
import { Button } from "flowbite-svelte";
|
||||
import { DiscordSolid, DownloadOutline } from "flowbite-svelte-icons";
|
||||
import { CodeBranchOutline, DiscordSolid, DownloadOutline } from "flowbite-svelte-icons";
|
||||
|
||||
const excludedRoutesNav = ["/mockup/boot", "/mockup/w11"];
|
||||
const excludedRoutesBg = ["/mockup", "/mockup/w11"];
|
||||
|
@ -21,11 +21,11 @@
|
|||
<LogoWithTextHorizontal on:click={() => goto("/")} size={50} />
|
||||
</div>
|
||||
<div class="right">
|
||||
<!-- <a href="https://gitlab.com/suyu-emu/suyu/-/releases" target="_blank">
|
||||
<a href="https://git.suyu.dev/explore/organizations" target="_blank">
|
||||
<Button class="!p-2" pill={true}>
|
||||
<DownloadOutline />
|
||||
<CodeBranchOutline />
|
||||
</Button>
|
||||
</a> -->
|
||||
</a>
|
||||
<a href="https://discord.gg/suyu" target="_blank">
|
||||
<Button class="!p-2" pill={true}>
|
||||
<DiscordSolid />
|
||||
|
|
|
@ -81,11 +81,11 @@
|
|||
for hardware preservation and research.
|
||||
</p>
|
||||
<div class="buttons">
|
||||
<!-- <button
|
||||
<button
|
||||
on:click={() =>
|
||||
window.open("https://gitlab.com/suyu-emu/suyu/-/releases", "_blank")}
|
||||
class="download">Download</button
|
||||
> -->
|
||||
window.open("https://git.suyu.dev/explore/organizations", "_blank")}
|
||||
class="download">Git Repos</button
|
||||
>
|
||||
<button
|
||||
class="discord"
|
||||
on:click={() => window.open("https://discord.gg/suyu", "_blank")}
|
||||
|
|
Loading…
Reference in a new issue