diff --git a/app/(home)/HomeBannerClient.tsx b/app/(home)/HomeBannerClient.tsx index f3247f3..8ddb769 100644 --- a/app/(home)/HomeBannerClient.tsx +++ b/app/(home)/HomeBannerClient.tsx @@ -4,16 +4,16 @@ import layoutChildren from "../../types/layoutChildren"; import {useEffect, useState} from "react"; const images: string[] = [ - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/bar-engine.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/clowns.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/conveyor.jpg", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/df.jpg", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/go-outsid.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/honk.jpg", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/hugger.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/lemons.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/shuttlecrash.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/chairs.jpg", + "https://cdn.unitystation.org/Website-Statics/heroImages/bar-engine.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/clowns.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/conveyor.jpg", + "https://cdn.unitystation.org/Website-Statics/heroImages/df.jpg", + "https://cdn.unitystation.org/Website-Statics/heroImages/go-outsid.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/honk.jpg", + "https://cdn.unitystation.org/Website-Statics/heroImages/hugger.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/lemons.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/shuttlecrash.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/chairs.jpg", ]; let currentIndex = 0; diff --git a/app/changelog/buildComponent.tsx b/app/changelog/buildComponent.tsx index 1f054d9..f327f3b 100644 --- a/app/changelog/buildComponent.tsx +++ b/app/changelog/buildComponent.tsx @@ -89,7 +89,7 @@ const DownloadBuildDropdown = (props: { version: string }) => { {platforms.map((platform) => (