mirror of
https://github.com/AtlasMediaGroup/Scissors-Website.git
synced 2024-11-05 09:06:07 +00:00
Update to 1.19.1
This commit is contained in:
parent
e8e82fbc95
commit
d6d14f3ad6
@ -7,8 +7,8 @@ import { Build, getBuilds, getJobs, Job } from "../util/Jenkins";
|
|||||||
|
|
||||||
const DownloadPage = () => {
|
const DownloadPage = () => {
|
||||||
const [jobs, setJobs] = useState(new Map<Job, Build[]>())
|
const [jobs, setJobs] = useState(new Map<Job, Build[]>())
|
||||||
const [version, setVersion] = useState("1.19")
|
const [version, setVersion] = useState("1.19.1")
|
||||||
const versions = ["1.17.1", "1.18.2", "1.19"]
|
const versions = ["1.17.1", "1.18.2", "1.19.1"]
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
doJobs()
|
doJobs()
|
||||||
}, [])
|
}, [])
|
||||||
@ -74,4 +74,4 @@ const DownloadPage = () => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default DownloadPage
|
export default DownloadPage
|
||||||
|
@ -6,9 +6,9 @@ const HomePage = () => {
|
|||||||
<Fragment>
|
<Fragment>
|
||||||
<h1>Scissors</h1>
|
<h1>Scissors</h1>
|
||||||
<h4>Minecraft server software oriented towards patching Creative Mode exploits.</h4>
|
<h4>Minecraft server software oriented towards patching Creative Mode exploits.</h4>
|
||||||
<h4>Versions: 1.17.1, 1.18.2, 1.19</h4>
|
<h4>Versions: 1.17.1, 1.18.2, 1.19.1</h4>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default HomePage;
|
export default HomePage;
|
||||||
|
Loading…
Reference in New Issue
Block a user