From 7fb92e4b6b136974cb809ab0235cfe5d9ba27aa1 Mon Sep 17 00:00:00 2001 From: Ezra Date: Fri, 30 Apr 2021 15:23:08 -0500 Subject: [PATCH] add help button and modal --- app/components/help-modal.hbs | 19 +++++++++++++++++++ app/templates/application.hbs | 6 ++++++ 2 files changed, 25 insertions(+) create mode 100644 app/components/help-modal.hbs diff --git a/app/components/help-modal.hbs b/app/components/help-modal.hbs new file mode 100644 index 0000000..3407a33 --- /dev/null +++ b/app/components/help-modal.hbs @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 8a81591..267a253 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -24,10 +24,16 @@ Contact Us +
?
+ +
?
+ + + {{outlet}}