Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Changelog.js #237

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions tgui/packages/tgui/interfaces/Changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,26 +174,26 @@ export class Changelog extends Component {

const header = (
<Section>
<h1>Traditional Games Space Station 13</h1>
<h1>Monkestation</h1>
<p>
<b>Thanks to: </b>
Baystation 12, /vg/station, NTstation, CDK Station devs,
/TG/station, Baystation 12, /vg/station, NTstation, CDK Station devs,
FacepunchStation, GoonStation devs, the original Space Station 13
developers, Invisty for the title image and the countless others who
have contributed to the game, issue tracker or wiki over the years.
</p>
<p>
{'Current organization members can be found '}
<a href="https://github.com/orgs/tgstation/people">here</a>
<a href="https://github.com/orgs/monkestation/people">here</a>
{', recent GitHub contributors can be found '}
<a href="https://github.com/tgstation/tgstation/pulse/monthly">
<a href="https://github.com/monkestation/monkestation2.0/pulse/monthly">
here
</a>
.
</p>
<p>
{'You can also join our discord '}
<a href="https://tgstation13.org/phpBB/viewforum.php?f=60">here</a>.
<a href="https://discord.gg/wB2FCGVV">here</a>.
</p>
{dateDropdown}
</Section>
Expand All @@ -214,8 +214,8 @@ export class Changelog extends Component {
No
</p>
<p>
Traditional Games Space Station 13 is thankful to the GoonStation 13
Development Team for its work on the game up to the
Monkestation is thankful to the GoonStation 13 Development Team for
its work on the game up to the
{' r4407 release. The changelog for changes up to r4407 can be seen '}
<a href="https://wiki.ss13.co/Changelog#April_2010">here</a>.
</p>
Expand All @@ -228,7 +228,7 @@ export class Changelog extends Component {
<a href="http://forums.somethingawful.com/">SomethingAwful Goons</a>
{' only.'}
</p>
<h3>Traditional Games Space Station 13 License</h3>
<h3>Monkestation License</h3>
<p>
{'All code after '}
<a
Expand Down
Loading