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} />
|
||||
</div>
|
||||
<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}>
|
||||
<DownloadOutline />
|
||||
</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
|
||||
>
|
||||
> -->
|
||||
<button
|
||||
class="discord"
|
||||
on:click={() => window.open("https://discord.gg/suyu", "_blank")}
|
||||
|
|
Loading…
Reference in a new issue