Skip to content

Commit d3d11e4

Browse files
committed
Include email address in support buttons
1 parent cb7c5e8 commit d3d11e4

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

app/components/support/crate-report-form.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
local-class="report-button"
8484
data-test-id="report-button"
8585
>
86-
Report
86+
Report to <strong>[email protected]</strong>
8787
</button>
8888
</div>
8989
</form>

app/components/support/crate-report-form.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
composes: button;
6868
composes: button small from '../../styles/shared/buttons.module.css';
6969
border-radius: var(--space-3xs);
70+
font-weight: normal;
71+
72+
strong {
73+
margin-left: var(--space-3xs);
74+
font-weight: 500;
75+
}
7076
}
7177

7278
.cancel-button {

app/styles/support.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@
1212
padding: var(--space-xs) var(--space-s);
1313
height: inherit;
1414
min-height: var(--space-2xl);
15+
16+
strong {
17+
margin-left: var(--space-3xs);
18+
font-weight: 500;
19+
}
1520
}

app/templates/support.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
data-test-id="link-email-support"
3030
local-class="link"
3131
>
32-
For all other cases
32+
For all other cases:
33+
<strong>[email protected]</strong>
3334
</a>
3435
</li>
3536
</ul>

0 commit comments

Comments
 (0)