Adjusted prettier config
This commit is contained in:
11
.prettierrc
11
.prettierrc
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"endOfLine": "lf",
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "es5"
|
||||
"endOfLine": "lf",
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "es5",
|
||||
"printWidth": 160
|
||||
}
|
||||
|
||||
@@ -16,31 +16,21 @@ export default () => (
|
||||
<a href="https://discord.gg/k6TnPq">
|
||||
<li>Discord Server</li>
|
||||
</a>
|
||||
<a
|
||||
href="https://steamcommunity.com/groups/urban_group"
|
||||
target="_blanc"
|
||||
>
|
||||
<a href="https://steamcommunity.com/groups/urban_group" target="_blanc">
|
||||
<li>Steam Community Group</li>
|
||||
</a>
|
||||
</ul>
|
||||
<MainEntry title="Contribute" />
|
||||
<p>
|
||||
As it was requested by some people over the last years, we
|
||||
finally created a{" "}
|
||||
As it was requested by some people over the last years, we finally created a{" "}
|
||||
<a href="https://paypal.me/pools/c/89fz0b2YFk" target="_blanc">
|
||||
donation link (PayPal).
|
||||
</a>{" "}
|
||||
All the donated money will go 100% towards keeping up the
|
||||
servers and running other community related projects in the
|
||||
future. However our services will continue to be freely
|
||||
available for anyone. -{" "}
|
||||
<b>Thank you to everyone who donated.</b>
|
||||
All the donated money will go 100% towards keeping up the servers and running other community related projects in the future. However our
|
||||
services will continue to be freely available for anyone. - <b>Thank you to everyone who donated.</b>
|
||||
</p>
|
||||
<MainEntry title="Help" />
|
||||
<p>
|
||||
For help with any community related matters, please contact one
|
||||
of our moderators or admins on either TeamSpeak or Discord.
|
||||
</p>
|
||||
<p>For help with any community related matters, please contact one of our moderators or admins on either TeamSpeak or Discord.</p>
|
||||
</div>
|
||||
<Footer />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user