From 12430d9e1216ae18ff131d05552f51f0cd92e674 Mon Sep 17 00:00:00 2001 From: lauterb <47546076+lauterb@users.noreply.github.com> Date: Sat, 30 Mar 2024 11:30:10 -0400 Subject: [PATCH] add submissions email --- CorpusSearch/ClientApp/src/components/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CorpusSearch/ClientApp/src/components/Home.tsx b/CorpusSearch/ClientApp/src/components/Home.tsx index 012b78c..563df54 100644 --- a/CorpusSearch/ClientApp/src/components/Home.tsx +++ b/CorpusSearch/ClientApp/src/components/Home.tsx @@ -159,7 +159,7 @@ export const Home = () => { } - Support our revitalisation efforts by signing up for our mailing list. We'll email once in a while with updates to the corpus & other projects + Support our revitalisation efforts by signing up for our mailing list. We'll email once in a while with updates to the corpus & other projects. Send submissions to corpus-submissions@gaelg.im } {!hasNoSearch && hasError && @@ -211,4 +211,4 @@ const ProgressBar = () => { }}> -} \ No newline at end of file +}