Skip to content

Commit dc27cf9

Browse files
authored
Merge pull request #4861 from DaleMcGrew/Dale_WebApp_Jun27-2026
Sign in link update requested by UX team.
2 parents a103dc4 + 2a966df commit dc27cf9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/js/components/SignIn/SignInJoinText.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ export default function SignInJoinText () {
1313
{' '}
1414
<span
1515
style={{
16-
color: '#ccc',
1716
fontWeight: 200,
1817
}}
1918
>
20-
|
19+
/
2120
</span>
2221
{' '}
2322
<span>

src/js/components/Widgets/SignInButton.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ export default function SignInButton (props) {
6060
{' '}
6161
<span
6262
style={{
63-
color: '#ccc',
63+
color: 'rgb(6, 95, 212)',
6464
fontWeight: 200,
6565
}}
6666
>
67-
|
67+
/
6868
</span>
6969
{' '}
7070
<span

0 commit comments

Comments
 (0)