File tree Expand file tree Collapse file tree
src/app/sms-poc/pages/sms-poc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< mat-card class ="sms-poc-card max-w-[560px] sm:p-10! p-6! ">
2- < h1 class ="orc-font-heading-small font-normal mb-4 ">
3- SMS POC
4- </ h1 >
2+ < h1 class ="orc-font-heading-small font-normal mb-4 "> SMS POC</ h1 >
53 < p class ="sms-poc-description orc-font-body-small mb-4 ">
64 Send a test SMS. Choose AWS or Twilio for each send.
75 </ p >
@@ -27,12 +25,8 @@ <h1 class="orc-font-heading-small font-normal mb-4">
2725 color ="primary "
2826 class ="provider-group flex gap-4 "
2927 >
30- < mat-radio-button value ="aws ">
31- AWS SNS
32- </ mat-radio-button >
33- < mat-radio-button value ="twilio ">
34- Twilio
35- </ mat-radio-button >
28+ < mat-radio-button value ="aws "> AWS SNS </ mat-radio-button >
29+ < mat-radio-button value ="twilio "> Twilio </ mat-radio-button >
3630 </ mat-radio-group >
3731 </ div >
3832
@@ -70,9 +64,7 @@ <h1 class="orc-font-heading-small font-normal mb-4">
7064 @if (message?.hasError('required') && message?.touched) {
7165 < mat-error > Message is required</ mat-error >
7266 } @if (message?.hasError('maxlength') && message?.touched) {
73- < mat-error >
74- Message must be 1600 characters or fewer
75- </ mat-error >
67+ < mat-error > Message must be 1600 characters or fewer </ mat-error >
7668 }
7769 </ mat-form-field >
7870
You can’t perform that action at this time.
0 commit comments