Skip to content

Commit 90f59a8

Browse files
committed
bundle & newspaper dynamic year fix
1 parent e077f3f commit 90f59a8

File tree

2 files changed

+88
-86
lines changed

2 files changed

+88
-86
lines changed

tgui/packages/tgui/interfaces/Newspaper.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ export const Newspaper = (props, context) => {
5555
date.getDate() +
5656
' ' +
5757
monthNames[date.getMonth()] +
58-
', 2568 год'}
58+
', ' +
59+
(date.getFullYear() + 544) +
60+
' год'}
5961
</Flex.Item>
6062
</Flex>
6163

tgui/public/tgui.bundle.js

+85-85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)