We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d8d19 commit c7adad6Copy full SHA for c7adad6
documentation/docs/examples/banners.mdx
@@ -116,11 +116,7 @@ const Component = () => {
116
{ image: '/static/banner-foreground.png', speed: -10 },
117
]}
118
className="aspect-[2/1]"
119
- >
120
- <div className="absolute inset-0 flex items-center justify-center">
121
- <h1 className="text-8xl text-white font-thin">Hello World!</h1>
122
- </div>
123
- </ParallaxBanner>
+ />
124
);
125
};
126
```
0 commit comments