Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Oct 8, 2024
1 parent ec95237 commit 5fad68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ const isRouting = useIsRouting();

return (
<div classList={{ "grey-out": isRouting() }}>
<MyAwesomeConent />
<MyAwesomeContent />
</div>
);
```
Expand Down

0 comments on commit 5fad68a

Please sign in to comment.