Skip to content

Commit

Permalink
fix(docs): fixed hyperlink url in layout page (#4164)
Browse files Browse the repository at this point in the history
  • Loading branch information
guzuro committed Mar 1, 2024
1 parent a5a0da9 commit 6d6a764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/page-config/ui-elements/layout/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ VaLayout component could be used in pair with [VaSidebar](/ui-elements/sidebar)[

block.example('MobileFriendly', {
title: 'Mobile friendly',
description: 'It is recommended to make `left` and `right` areas absolute on mobile devices. You can use `absolute` prop to do it in pair with [useBreakpoint](http://localhost:3000/services/breakpoints)[[target=_blank]] composable.',
description: 'It is recommended to make `left` and `right` areas absolute on mobile devices. You can use `absolute` prop to do it in pair with [useBreakpoint](/services/breakpoints)[[target=_blank]] composable.',
}),

block.subtitle('Accessibility'),
Expand Down

0 comments on commit 6d6a764

Please sign in to comment.