1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-25 10:16:06 -05:00

some client-side validation on contact form

exactly identical errors to the one the server sends, but saves a few requests
This commit is contained in:
2021-10-15 08:30:54 -04:00
parent 22dedf640a
commit 0b5c95ac42
4 changed files with 71 additions and 60 deletions

View File

@@ -77,7 +77,7 @@ $themes: (
super-duper-light: #1f1f1f,
links: #88c7ff,
success: #78df55,
error: #f54545,
error: #ff5151,
),
);