Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions apps/website/screens/overview/introduction/IntroductionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,21 @@ const sections = [
},
],
},
{
title: "Supported Browsers",
content: (
<>
<DxcParagraph>
Our design system is optimized to work seamlessly on Firefox and browsers based on the Chromium engine (such
as Google Chrome, Microsoft Edge, Brave, and Opera).
</DxcParagraph>
<DxcParagraph>
Other browsers are not officially supported, which means some components or features may not behave as
expected. For the best experience, we recommend using one of the supported browsers.
</DxcParagraph>
</>
),
},
{
title: "How to use this site",
content: (
Expand Down