From 5850a48ec95fc7b1af5026ce85323c23259be4ed Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 26 May 2023 08:21:02 -0700 Subject: [PATCH] Include right margin on greeting widget Closes #224 Co-Authored-By: David Moor --- src/components/widgets/greeting/greeting.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/widgets/greeting/greeting.jsx b/src/components/widgets/greeting/greeting.jsx index b4607b4d8..da0f063d1 100644 --- a/src/components/widgets/greeting/greeting.jsx +++ b/src/components/widgets/greeting/greeting.jsx @@ -13,7 +13,7 @@ export default function Greeting({ options }) { if (options.text) { return (
- + {options.text}