From 35ef894156e13b8a5c876ff5f35de847610f4af9 Mon Sep 17 00:00:00 2001 From: Anton Livaja <anton@livaja.me> Date: Mon, 17 Mar 2025 19:07:02 -0700 Subject: [PATCH] fix submit mini text --- _layouts/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/contact.html b/_layouts/contact.html index 2990e93..2c33c30 100644 --- a/_layouts/contact.html +++ b/_layouts/contact.html @@ -51,7 +51,7 @@ <!-- TODO: add captcha of some sort --> <button type="submit" class="contact-button">Submit</button> - <p class="center" class="submit-policy">We respect your privacy. The information you provide will only be used to respond to your inquiry and will never be shared externally.</p> + <p class="center submit-policy">We respect your privacy. The information you provide will only be used to respond to your inquiry and will never be shared externally.</p> </form> </div> </div>