We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c5353 commit 5641e70Copy full SHA for 5641e70
1 file changed
download.html
@@ -57,7 +57,7 @@ <h1 class="text-4xl md:text-5xl font-extrabold mb-4">
57
<div class="bg-gray-800 rounded-xl p-6 hover:bg-gray-700/50 transition-all duration-300 group">
58
<div class="flex items-center mb-4">
59
<i class="fas fa-shield-alt text-blue-400 text-2xl mr-3"></i>
60
- <h3 class="text-xl font-semibold">Stable Release</h3>
+ <h3 class="text-xl font-semibold">Stable Release for PocketMine-MP</h3>
61
</div>
62
<a href="https://github.com/PowerEssentials/PowerEssentials/releases/download/v1.0.0.pmmp/PowerEssentials.phar"
63
class="inline-block w-full bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg text-center transition-colors duration-200">
0 commit comments