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 32ba6b1 commit f9431e3Copy full SHA for f9431e3
src/components/Welcome.jsx
@@ -21,7 +21,7 @@ const Welcome = () => {
21
return (
22
<Fragment>
23
<Button>Click me!!</Button>
24
- <Link>Give me click too!!</Link>
+ <Link $as="a">Give me click too!!</Link>
25
</Fragment>
26
);
27
};
0 commit comments