Sfoglia il codice sorgente

Enhance SSH warning.

Shomari 1 mese fa
parent
commit
dcdeb171b4
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      web/package.json
  2. 2 2
      web/pages/guides/Vps-Secure-Setup.vue

+ 1 - 1
web/package.json

@@ -3,7 +3,7 @@
   "version": "24.8.18",
   "license": "MIT",
   "author": "Shomari <[email protected]>",
-  "description": "An uncensorable, multi-chain platform for P2P electronic cash Creators to do what they need to do.",
+  "description": "An uncensorable, multi-chain platform for P2P electronic cash Developers to do what they need to do.",
   "repository": "[email protected]:nyusternie/apecs.git",
   "scripts": {
     "build": "nuxt build",

+ 2 - 2
web/pages/guides/Vps-Secure-Setup.vue

@@ -97,8 +97,8 @@
                 <div class="p-5 text-2xl font-medium bg-gray-100 border-4 border-gray-300 rounded-xl">
                     Disable Password Authentication
 
-                    <small class="block text-sm">
-                        NOTE: You MUST enable SSH login before doing this step.
+                    <small class="mt-2 -mb-2 block text-xl text-red-500 font-bold animate-bounce">
+                        NOTE: You <span class="text-2xl">MUST</span> enable SSH login <span class="text-2xl">BEFORE</span> completing this step.
                     </small>
                 </div>