Skip to content

Commit f52664a

Browse files
committed
Disable download
1 parent ddcf21a commit f52664a

File tree

3 files changed

+0
-91
lines changed

3 files changed

+0
-91
lines changed

src/components/Navbar.js

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ const paths = [
2323
name: "Team",
2424
path: "/#team",
2525
},
26-
{
27-
name: "Download",
28-
path: "/download",
29-
},
3026
];
3127

3228
const Navbar = () => {

src/sections/Download.js

-84
This file was deleted.

src/sections/Landing.js

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ const Landing = () => {
3131
<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>
3232
</div>
3333
<ul className="flex flex-wrap items-center justify-center md:justify-start font-roboto">
34-
<span className="flex space-x-2 justify-center m-2">
35-
<Button href="/download" icon={<FaDownload />} text="Get Skyline" />
36-
</span>
3734
<span className="flex space-x-2 justify-center m-2">
3835
<Button href="#about" icon={<FaSearch />} text="Learn More" />
3936
</span>

0 commit comments

Comments
 (0)