From 94292fa388d9cb484210d0a668a27d0956898e29 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 18 Nov 2024 16:09:43 +0000 Subject: [PATCH] fix: style was causing issues --- src/commands/link_email.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/link_email.rs b/src/commands/link_email.rs index 4961dbb..1b462f6 100644 --- a/src/commands/link_email.rs +++ b/src/commands/link_email.rs @@ -133,7 +133,7 @@ pub mod link { "h2, h4 { font-family: Arial, Helvetica, sans-serif; }" } } - div style="display: flex; flex-direction: column; align-items: center;" { + div { h2 { "Hello from Skynet!" } // Substitute in the name of our recipient. p { "Hi " (user) "," }