feat: add custom text to singleplayer

This commit is contained in:
Ephraim Atta-Duncan
2024-02-17 11:11:45 +00:00
parent 9301b8ef4d
commit 11299d3f92
8 changed files with 74 additions and 2 deletions

View File

@ -172,6 +172,7 @@ export function SinglePlayerModeCustomTextField({
.with(FieldType.DATE, () => 'Date')
.with(FieldType.NAME, () => 'Name')
.with(FieldType.EMAIL, () => 'Email')
.with(FieldType.TEXT, () => 'Text')
.with(FieldType.SIGNATURE, FieldType.FREE_SIGNATURE, () => 'Signature')
.otherwise(() => '')}
</button>