mirror of
https://git.suyu.dev/suyu/website.git
synced 2025-12-22 13:46:09 +01:00
remove download buttons
This commit is contained in:
parent
cc78896d77
commit
29e0e8991e
2 changed files with 4 additions and 4 deletions
|
|
@ -21,11 +21,11 @@
|
||||||
<LogoWithTextHorizontal on:click={() => goto("/")} size={50} />
|
<LogoWithTextHorizontal on:click={() => goto("/")} size={50} />
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<a href="https://gitlab.com/suyu-emu/suyu/-/releases" target="_blank">
|
<!-- <a href="https://gitlab.com/suyu-emu/suyu/-/releases" target="_blank">
|
||||||
<Button class="!p-2" pill={true}>
|
<Button class="!p-2" pill={true}>
|
||||||
<DownloadOutline />
|
<DownloadOutline />
|
||||||
</Button>
|
</Button>
|
||||||
</a>
|
</a> -->
|
||||||
<a href="https://discord.gg/suyu" target="_blank">
|
<a href="https://discord.gg/suyu" target="_blank">
|
||||||
<Button class="!p-2" pill={true}>
|
<Button class="!p-2" pill={true}>
|
||||||
<DiscordSolid />
|
<DiscordSolid />
|
||||||
|
|
|
||||||
|
|
@ -81,11 +81,11 @@
|
||||||
for hardware preservation and research.
|
for hardware preservation and research.
|
||||||
</p>
|
</p>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<button
|
<!-- <button
|
||||||
on:click={() =>
|
on:click={() =>
|
||||||
window.open("https://gitlab.com/suyu-emu/suyu/-/releases", "_blank")}
|
window.open("https://gitlab.com/suyu-emu/suyu/-/releases", "_blank")}
|
||||||
class="download">Download</button
|
class="download">Download</button
|
||||||
>
|
> -->
|
||||||
<button
|
<button
|
||||||
class="discord"
|
class="discord"
|
||||||
on:click={() => window.open("https://discord.gg/suyu", "_blank")}
|
on:click={() => window.open("https://discord.gg/suyu", "_blank")}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue