Skip to content

Commit 148b408

Browse files
committed
πŸ”– 0.9.2
1 parent d4ff561 commit 148b408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nms-community-mission-viewer",
33
"private": true,
44
"homepage": "https://community-mission.nmscd.com",
5-
"version": "0.9.1",
5+
"version": "0.9.2",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",

β€Žsrc/components/incidentReports.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const IncidentReports: React.FC<IProps> = (props: IProps) => {
2929
</div>
3030
<div className="body-container">
3131
<p className="body">The AssistantNMS tracker did not track data for nearly 3 weeks. This occurred during the holiday of AssistantNMS (Kurt). Simply turning it off and on again resolved the issue.</p>
32-
<p className="time">{shortDateTextFromUtc(Date.UTC(2025, 3, 20))} &nbsp; β†’ &nbsp; {defaultDateTextFromUtc(Date.UTC(2025, 4, 10))}</p>
32+
<p className="time">{shortDateTextFromUtc(Date.UTC(2025, 3, 20))} &nbsp; β†’ &nbsp; {shortDateTextFromUtc(Date.UTC(2025, 4, 10))}</p>
3333
</div>
3434
</div>
3535
<div className="report">

0 commit comments

Comments
Β (0)