Skip to content

Commit

Permalink
Fixed Typo in Help.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
= authored and knoxfighter committed Nov 6, 2023
1 parent 6c1d8bf commit 95a8511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/App/views/Help.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 95a8511

Please sign in to comment.