Skip to content

Commit ed09e75

Browse files
Merge branch 'master' into Mil4n0r/fix_tabs_typing
2 parents 8f6cfc8 + ef8bf5c commit ed09e75

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

apps/website/screens/overview/introduction/IntroductionPage.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,21 @@ const sections = [
157157
},
158158
],
159159
},
160+
{
161+
title: "Supported Browsers",
162+
content: (
163+
<>
164+
<DxcParagraph>
165+
Our design system is optimized to work seamlessly on Firefox and browsers based on the Chromium engine (such
166+
as Google Chrome, Microsoft Edge, Brave, and Opera).
167+
</DxcParagraph>
168+
<DxcParagraph>
169+
Other browsers are not officially supported, which means some components or features may not behave as
170+
expected. For the best experience, we recommend using one of the supported browsers.
171+
</DxcParagraph>
172+
</>
173+
),
174+
},
160175
{
161176
title: "How to use this site",
162177
content: (

0 commit comments

Comments
 (0)