Skip to content

Commit 5f5d314

Browse files
committed
Fix broken link
1 parent 3ab3eea commit 5f5d314

File tree

1 file changed

+4
-1
lines changed
  • src/components/BreakpointsAndMediaQueries

1 file changed

+4
-1
lines changed

src/components/BreakpointsAndMediaQueries/index.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ export function BreakpointsAndMediaQueries({
3030
To learn more, check out the documentation on{' '}
3131
<a href="/docs/responsive-design">Responsive Design</a>,{' '}
3232
<a href="/docs/dark-mode">Dark Mode</a> and{' '}
33-
<a href="/docs/hover-focus-and-other-states#media-queries">other media query modifiers</a>.
33+
<a href="/docs/hover-focus-and-other-states#media-and-feature-queries">
34+
other media query modifiers
35+
</a>
36+
.
3437
</p>
3538
</>
3639
)

0 commit comments

Comments
 (0)