1
1
< div class ="flex flex--wrap waffle waffle--large waffle--xxlarge@medium ">
2
- < div class ="flex__column flex__column--12 flex__column--6 @medium flex ">
2
+ < div class ="flex__column flex__column--12 flex__column--4 @medium flex ">
3
3
< div class ="feedback-box flex flex--stack flex--justify waffle waffle--large@medium ">
4
4
< div class ="flex__column flex__column--shrink ">
5
5
< div class ="feedback-box__content ">
6
6
< h3 > Need support?</ h3 >
7
7
8
- < p > Questions? Problems? Need more info? Contact us, and we can help !</ p >
8
+ < p > Questions? Problems? Need more info? Contact Segment Support for assistance !</ p >
9
9
</ div >
10
10
</ div >
11
11
@@ -14,16 +14,24 @@ <h3>Need support?</h3>
14
14
</ div >
15
15
</ div >
16
16
</ div >
17
-
18
- < div class ="flex__column flex__column--12 flex__column--6@medium flex ">
17
+ < div class ="flex__column flex__column--12 flex__column--4@medium flex ">
18
+ < div class ="flex__column flex__column--shrink ">
19
+ < div class ="feedback-box__content ">
20
+ < h3 > Help improve these docs!</ h3 >
21
+ {%include sidebar/edit-tools.html %}
22
+ </ div >
23
+ </ div >
24
+ </ div >
25
+ < div class ="flex__column flex__column--12 flex__column--4@medium flex ">
19
26
< div class ="feedback-box flex flex--stack flex--justify waffle waffle--none waffle--large@medium ">
20
27
< div class ="flex__column flex__column--shrink ">
21
28
< div class ="feedback-box__content ">
22
29
< h3 > Was this page helpful?</ h3 >
23
30
24
31
< div class ="flex gutter gutter--large ">
25
32
< div class ="flex__column flex__column--shrink ">
26
- < button class ="button button-hollow gutter gutter--small " data-feedback-button ="helpful " data-active-class ="button-fill button-fill--secondary ">
33
+ < button class ="button button-hollow gutter gutter--small " data-feedback-button ="helpful "
34
+ data-active-class ="button-fill button-fill--secondary ">
27
35
< span class ="button__icon ">
28
36
{% include icons/symbols/thumb-up.svg %}
29
37
</ span >
@@ -33,7 +41,8 @@ <h3>Was this page helpful?</h3>
33
41
</ div >
34
42
35
43
< div class ="flex__column flex__column--shrink ">
36
- < button class ="button button-hollow gutter gutter--small " data-feedback-button ="unhelpful " data-active-class ="button-fill button-fill--gray ">
44
+ < button class ="button button-hollow gutter gutter--small " data-feedback-button ="unhelpful "
45
+ data-active-class ="button-fill button-fill--gray ">
37
46
< span class ="button__icon ">
38
47
{% include icons/symbols/thumb-down.svg %}
39
48
</ span >
@@ -52,4 +61,5 @@ <h3>Was this page helpful?</h3>
52
61
</ div >
53
62
</ div >
54
63
</ div >
64
+
55
65
</ div >
0 commit comments