Skip to content

Commit

Permalink
add submissions email
Browse files Browse the repository at this point in the history
  • Loading branch information
lauterb committed Mar 30, 2024
1 parent 74b2825 commit 12430d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CorpusSearch/ClientApp/src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const Home = () => {
</span>
</>
}
<span style={{display: "inline", marginTop: "2em"}}>Support our revitalisation efforts by <a href={"/MailingList"}>signing up for our mailing list</a>. We'll email once in a while with updates to the corpus & other projects</span>
<span style={{display: "inline", marginTop: "2em"}}>Support our revitalisation efforts by <a href={"/MailingList"}>signing up for our mailing list</a>. We'll email once in a while with updates to the corpus & other projects. Send submissions to <a href="mailto:corpus-submissions@gaelg.im">corpus-submissions@gaelg.im</a></span>
</span>}

{!hasNoSearch && hasError && <span className={"homeText"}>
Expand Down Expand Up @@ -211,4 +211,4 @@ const ProgressBar = () => {
}}>
<CircularProgress style={{alignSelf: "center"}} />
</div>
}
}

0 comments on commit 12430d9

Please sign in to comment.