Skip to content

Commit

Permalink
Disable download
Browse files Browse the repository at this point in the history
  • Loading branch information
PixelyIon committed Feb 29, 2024
1 parent ddcf21a commit f52664a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 91 deletions.
4 changes: 0 additions & 4 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ const paths = [
name: "Team",
path: "/#team",
},
{
name: "Download",
path: "/download",
},
];

const Navbar = () => {
Expand Down
84 changes: 0 additions & 84 deletions src/sections/Download.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/sections/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ const Landing = () => {
<p className="text-base text-center dark:text-white md:text-lg md:text-left">Skyline <b>was</b> an open source and experimental emulator that runs on ARMv8 Android™ devices and emulates the functionality of a Nintendo Switch™ system.<br/><br/>All development on Skyline has been ceased due to the potential legal risks involved, this website will remain up for the time being but may be taken down in the future. <CustomLink className="font-bold text-primary underline" href="https://discord.gg/XnbXNQM">Our Discord Server</CustomLink> will still be active for the foreseeable future but will be transitioned into being for our upcoming project at some point. We want to thank everyone who enjoyed Skyline in the past few years ❤️.</p>
</div>
<ul className="flex flex-wrap items-center justify-center md:justify-start font-roboto">
<span className="flex space-x-2 justify-center m-2">
<Button href="/download" icon={<FaDownload />} text="Get Skyline" />
</span>
<span className="flex space-x-2 justify-center m-2">
<Button href="#about" icon={<FaSearch />} text="Learn More" />
</span>
Expand Down

0 comments on commit f52664a

Please sign in to comment.