File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
components/dbl-upload-notification/templates Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -140,16 +140,32 @@ export function DBLUpload(props: Props) {
140
140
< Column >
141
141
< Head >
142
142
🔗{ ' ' }
143
- < a href = { dblFormUrl } > Seed Company DBL Publication Request Form</ a >
143
+ < a href = { dblFormUrl } style = { { backgroundColor : 'yellow' } } >
144
+ Seed Company DBL Publication Request Form
145
+ </ a >
144
146
</ Head >
147
+ < Text >
148
+ All of this information can be entered in the form linked above
149
+ (with yellow highlight).
150
+ </ Text >
145
151
</ Column >
146
152
</ Section >
147
153
< Section >
148
154
< Column >
155
+ < Head >
156
+ 🔗{ ' ' }
157
+ < a href = { useFrontendUrl ( '/pdfs/dbl-uploads.pdf' ) } >
158
+ Seed Company DBL Information Sheet
159
+ </ a >
160
+ </ Head >
149
161
< Text >
150
- All of this information can be entered in the form linked above
151
- (with yellow highlight) .
162
+ Please review the linked information sheet for additional details
163
+ about the DBL, the process, and licensing options .
152
164
</ Text >
165
+ </ Column >
166
+ </ Section >
167
+ < Section >
168
+ < Column >
153
169
< Text >
154
170
Let me know if you have any questions—I’m happy to assist!
155
171
</ Text >
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export const makeConfig = (env: EnvironmentService) =>
125
125
. optional ( true ) ,
126
126
notifyDblUpload : env . boolean ( 'NOTIFY_DBL_UPLOAD' ) . optional ( false )
127
127
? {
128
- replyTo : env . string ( 'DBL_UPLOAD_REPLY_TO ' ) . optional ( ) ,
128
+ replyTo : env . string ( 'EMAIL_REPLY_TO ' ) . optional ( ) ,
129
129
formUrl : env . string ( 'DBL_REQUEST_FORM_URL' ) . optional ( ) ,
130
130
}
131
131
: undefined ,
You can’t perform that action at this time.
0 commit comments