Skip to content

Commit

Permalink
Fix used wrong arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh54 committed Nov 6, 2024
1 parent 16abf81 commit ccf8893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/minecraft/motd-creator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<header class="bg-gray-800 text-white p-6 flex items-center justify-between">
<button onclick="history.back()" class="text-white hover:text-gray-300 transition">
<i class="fas fa-arrow-left mr-2"></i> Back
</button>
<i class="fa-solid fa-arrow-left mr-2"></i> Back
</button>
<div class="text-center w-full">
<h1 class="text-3xl font-bold">ToolKit - MOTD Creator</h1>
<p class="mt-2">Create and preview your Minecraft server's Message of the Day</p>
Expand Down

0 comments on commit ccf8893

Please sign in to comment.