fix buttons

Amolith created

Change summary

index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

index.html 🔗

@@ -34,12 +34,12 @@ priority: 0.9
         <div class="card">
             <h1><b>PrivateBin</b></h1> 
             <p>PrivateBin is a minimalist and open source pastebin that has zero knowledge of pasted data. Everything is encrypted and decrypted in-browser using 256bit AES in Galois Counter mode.</p> 
-            <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Write!</button></a>
+            <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Paste!</button></a>
         </div>
         <div class="card">
             <h1><b>SearX</b></h1> 
             <p>SearX is a meta search engine that aggregates results from more than 70 different search engines. Users are neither tracked nor profiled. SearX can also be used over Tor for increased anonymity.</p> 
-            <a href="https://nixnet.xyz/wip.html" target="_blank"><button class="button">Paste!</button></a>
+            <a href="https://nixnet.xyz/wip.html" target="_blank"><button class="button">Search!</button></a>
         </div>
     </div>
 </div>