patx/miadruck
Update message and toast notification text
Commit d0acaa3 · Harrison Erd · 2026-01-16T00:17:12-05:00
Comments
No comments yet.
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);