Skip to content

Commit 97873c8

Browse files
author
Adam Plesnik
committed
Fix errors
1 parent 555d673 commit 97873c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/partials/Animations.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,12 @@ const Animations = () => {
108108
>
109109
{codeExampleScope}
110110
</CodeBlock>
111-
<Heading size={3}>Browser Support</Heading>
111+
<Heading size={3} href="/docs#documentation-fallback" hrefType="documentation">
112+
Fallback Styling
113+
</Heading>
112114
<Paragraph>
113115
Scroll-driven animations are not broadly supported yet. I decided to apply an
114-
animation-first approach. Use a modifier <Code>no-animations</Code>
115-
for fallback styling.
116+
animation-first approach. Use a modifier <Code>no-animations</Code> for fallback styling.
116117
</Paragraph>
117118
<CodeBlock
118119
Icon={Github}

0 commit comments

Comments
 (0)