Skip to content

Commit 25336a3

Browse files
committed
fix(OUT-2531): remove dummy placeholder for workspace.brandName
1 parent 02964aa commit 25336a3

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

defaultState.ts

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
const brandNameAutofill = `
2+
<span
3+
data-type="mention"
4+
class="autofill-pill"
5+
data-id="{{workspace.brandName}}"
6+
>
7+
{{workspace.brandName}}
8+
</span>
9+
`
10+
111
export const defaultState = `
212
<notification_widget></notification_widget>
313
@@ -11,22 +21,20 @@ export const defaultState = `
1121
</callout>
1222
1323
<h2>
14-
Welcome,
24+
Welcome,
1525
<span
1626
data-type="mention"
1727
class="autofill-pill"
1828
data-id="{{__client__.givenName}}"
19-
>{{__client__.givenName}}</span
20-
>
29+
>{{__client__.givenName}}
30+
</span>
2131
</h2>
2232
<p></p>
2333
24-
<p>Welcome to your {workspace.brandName} client portal.</p>
34+
<p>Welcome to your ${brandNameAutofill} client portal.</p>
2535
2636
<p>
27-
This portal is your all-in-one experience while working with
28-
{workspace.brandName} where you can view and complete important tasks and
29-
connect with our team.
37+
This portal is your all-in-one experience while working with ${brandNameAutofill} where you can view and complete important tasks and connect with our team.
3038
</p>
3139
<p></p>
3240
@@ -69,7 +77,7 @@ export const defaultState = `
6977
</tbody>
7078
</table>
7179
72-
<h2>How to use the {workspace.brandName} portal</h2>
80+
<h2>How to use the ${brandNameAutofill} portal</h2>
7381
<p></p>
7482
7583
<p>

0 commit comments

Comments
 (0)