Merge pull request #85 from Brighter-Applications/features/add_cobra5

Adding Cobra Mk V
This commit is contained in:
Alex Williams
2024-12-13 19:55:37 +00:00
committed by GitHub

View File

@@ -69,7 +69,7 @@ export default class Coriolis extends React.Component {
noTouch: !('ontouchstart' in window || navigator.msMaxTouchPoints || navigator.maxTouchPoints),
page: null,
// Announcements must have an expiry date in format "YYYY-MM-DDTHH:MM:SSZ"
announcements: [{expiry: "2024-11-30T00:00:00Z", text: "Mandalay added"}, {expiry: "2024-12-06T00:00:00Z", text: "Concord Cannon added"}, {expiry: "2024-12-08T00:00:00Z", text: "Boost Interval Feature added"}],
announcements: [{expiry: "2024-12-30T00:00:00Z", text: "Cobra Mk V added"}],
language: getLanguage(Persist.getLangCode()),
route: {},
sizeRatio: Persist.getSizeRatio()