You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defaultState.ts
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
constbrandNameAutofill=`
2
+
<span
3
+
data-type="mention"
4
+
class="autofill-pill"
5
+
data-id="{{workspace.brandName}}"
6
+
>
7
+
{{workspace.brandName}}
8
+
</span>
9
+
`
10
+
1
11
exportconstdefaultState=`
2
12
<notification_widget></notification_widget>
3
13
@@ -11,22 +21,20 @@ export const defaultState = `
11
21
</callout>
12
22
13
23
<h2>
14
-
Welcome,
24
+
Welcome,
15
25
<span
16
26
data-type="mention"
17
27
class="autofill-pill"
18
28
data-id="{{__client__.givenName}}"
19
-
>{{__client__.givenName}}</span
20
-
>
29
+
>{{__client__.givenName}}
30
+
</span>
21
31
</h2>
22
32
<p></p>
23
33
24
-
<p>Welcome to your {workspace.brandName} client portal.</p>
34
+
<p>Welcome to your ${brandNameAutofill} client portal.</p>
25
35
26
36
<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.
30
38
</p>
31
39
<p></p>
32
40
@@ -69,7 +77,7 @@ export const defaultState = `
69
77
</tbody>
70
78
</table>
71
79
72
-
<h2>How to use the {workspace.brandName} portal</h2>
80
+
<h2>How to use the ${brandNameAutofill} portal</h2>
0 commit comments