Skip to content

Commit f9431e3

Browse files
committed
attr $as
1 parent 32ba6b1 commit f9431e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Welcome.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Welcome = () => {
2121
return (
2222
<Fragment>
2323
<Button>Click me!!</Button>
24-
<Link>Give me click too!!</Link>
24+
<Link $as="a">Give me click too!!</Link>
2525
</Fragment>
2626
);
2727
};

0 commit comments

Comments
 (0)