Skip to content

Commit

Permalink
remove large for text and anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
britt6612 committed Jan 7, 2025
1 parent c44922e commit 8f636ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aries-site/src/layouts/content/WCAGRuleDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ export const WCAGRuleDetail = ({ rules }) => {
return (
<Box pad={{ vertical: 'medium' }} gap="medium">
<Box gap="xsmall" direction="row">
<Text size="large">Grouped by</Text>
<Text>Grouped by</Text>
<Anchor
label="Accessibility principles:"
href="https://www.w3.org/WAI/WCAG22/Understanding/intro#understanding-the-four-principles-of-accessibility"
size="large"
target="_blank"
rel="noopener noreferrer"
/>
Expand Down

0 comments on commit 8f636ae

Please sign in to comment.