Skip to content

Commit

Permalink
implement #68;
Browse files Browse the repository at this point in the history
  • Loading branch information
ellipsis-dev-beta[bot] authored Jan 21, 2024
1 parent 3141221 commit d43a069
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/ClosedFormMessage.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react';

const ClosedFormMessage = () => {
return (
<div>
<p>This form is no longer accepting responses. If you believe this is an error, contact the form author.</p>
<a href='https://talkform.ai/'>Go to TalkForm.ai</a>
</div>
);
};

export default ClosedFormMessage;

0 comments on commit d43a069

Please sign in to comment.