patx/miadruck

Update message and toast notification text

Commit d0acaa3 · Harrison Erd · 2026-01-16T00:17:12-05:00

Changeset
d0acaa332f6127c211771bcff0e9058eb7d8ef7d
Parents
310590891fe90b5a9c7d6bf1e6400761db5652f5

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/index.html b/index.html
index 3c73e7c..05a0669 100644
--- a/index.html
+++ b/index.html
@@ -731,6 +731,10 @@
     @media (max-width: 740px){
       .mobile-bar{ display:flex; }
     }
+    .navlinks a.nav-cta:hover{
+      background: linear-gradient(90deg, var(--accent), var(--accent2));
+      color: #fff;
+    }
   </style>
 </head>
 
@@ -826,7 +830,7 @@
               text-align:center;
             ">
               <div style="font-family:Poppins,Inter,system-ui;font-weight:900;font-size:20px;">
-                ✅ Your message has been sent!
+                Your message has been sent!
               </div>
               <div class="muted" style="margin-top:8px;font-weight:700; line-height:1.45;">
                 Thanks for reaching out — Mia will get back to you shortly.
@@ -1255,7 +1259,7 @@
           document.execCommand("copy");
           ta.remove();
         }
-        showToast("Link copied ✅");
+        showToast("Link copied");
       } catch (e){
         // last resort: prompt
         window.prompt("Copy this link:", url);