mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Features/add_corsair (#93)
* Corsair Added Announcement * Adding FDName Corsair Translation to imperial_corsair Coriolis internal name
This commit is contained in:
@@ -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-12-30T00:00:00Z", text: "Cobra Mk V added"}],
|
||||
announcements: [{expiry: "2025-04-10T00:00:00Z", text: "Corsair added"}],
|
||||
language: getLanguage(Persist.getLangCode()),
|
||||
route: {},
|
||||
sizeRatio: Persist.getSizeRatio()
|
||||
|
||||
Reference in New Issue
Block a user