Skip to content

Commit 019f435

Browse files
donnavitanshahzaibkhalid
authored andcommitted
Update TDS inactive message
Updating the warning message to say that TDS is no longer supported and applications should use UDS.
1 parent 59b7955 commit 019f435

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/components/overrides/StyleGuide/StyleGuideRenderer.js

+2-12
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,8 @@ const TDSSunsetWarning = () => (
9393
</svg>
9494
</div>
9595
<div>
96-
<p>
97-
The evolution of the TELUS brand continues! The brand new <a href="https://telus.github.io/universal-design-system/">Universal Design System</a> is now available and all teams are encouraged to transition their applications to UDS components in order to better reflect the latest vision of the TELUS brand.
98-
</p>
99-
<p>TDS Core and TDS Community will continue with limited support and restrict new feature requests.</p>
100-
<p>While diving into this documentation, you’ll notice some new updates:</p>
101-
<ul>
102-
<li>We’ll provide direct links to corresponding UDS components from either tds-core / tds-community</li>
103-
<li>We’ll provide notice about deprecated components (that may not be implemented on UDS in the near future)</li>
104-
</ul>
105-
<p style={{ marginBottom: '0' }}>
106-
<a href="/contact.html">Contact us</a> for more information on how to get support. And <a href="https://telusdigital.slack.com/archives/C2WK9TP5F">join our TELUS Slack channel</a> for updates.
107-
</p>
96+
<p><strong>TDS Core and TDS Community have NOT been supported for nearly 2 years.</strong></p>
97+
<p style={{ marginBottom: '0' }}>It is highly recommended that all teams seek support to transition their application to the <a href="https://www.telus.com/universal-design-system/">Universal Design System (UDS) components</a>. This transition will faciliate easier update, such as font changes, and ensure that your applications better reflect the latest vision of the TELUS brand. For more information on how to get support in using UDS, please <a href="https://www.telus.com/universal-design-system/help">contact us</a>. And join our <a href="https://telusdigital.slack.com/archives/C02B9MXKXNH">TELUS Slack channel</a> for the latest updates.</p>
10898
</div>
10999
</div>
110100
)

0 commit comments

Comments
 (0)