Fixed Typo in Help.jsx

This commit is contained in:
= 2023-11-06 14:08:01 +01:00 committed by knoxfighter
parent 6c1d8bff97
commit 95a85117c9

View File

@ -8,7 +8,7 @@ const Help = () => {
content={
<>
<h1 className="text-xl text-dirty-white">Factorio Server Manager</h1>
<p className="mb-2">The Factorio Serve Manager (FSM) is an open source project and is not affiliated to the game Factorio or Wube Software.</p>
<p className="mb-2">The Factorio Server Manager (FSM) is an open source project and is not affiliated to the game Factorio or Wube Software.</p>
<h2 className="text-dirty-white">Bugs and Help</h2>
<p className="mb-4">Please use the <a className="text-blue hover:text-blue-light" target="_blank" href="https://github.com/OpenFactorioServerManager/factorio-server-manager/issues">GitHub repository</a> to report bugs or seek for help.</p>