remove download buttons

This commit is contained in:
not-nullptr 2024-03-08 20:44:13 +00:00
parent cc78896d77
commit 29e0e8991e
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -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")}