@@ -21,7 +21,7 @@ const features = [
2121 < Fragment > Utility to create URLs</ Fragment > ,
2222 < Fragment > Simple API, less effort to remember things</ Fragment > ,
2323 < Fragment >
24- Lightweight - < Anchor href = "https://bundlephobia.com/package/brouther@latest" > Less than 8Kb </ Anchor >
24+ Scroll control and restoration
2525 </ Fragment > ,
2626] ;
2727
@@ -50,7 +50,7 @@ export default function IndexPage() {
5050 < Card title = "Next Level DX" Icon = { MagicWandIcon } >
5151 < p >
5252 Using a fully connected type system, you can track all of your{ " " }
53- < Anchor href = { router . links . aliases } as = { Link } >
53+ < Anchor href = { router . links . aliases } >
5454 routes using aliases
5555 </ Anchor >
5656 . You will never need to write strings in your code, just use the alias and see the magic of your new router
@@ -60,7 +60,7 @@ export default function IndexPage() {
6060 < p >
6161 You need to change basename? Easy. You have feature flags feature on your app? Brouther can take care. You need full control
6262 of your routes? Just use{ " " }
63- < Anchor href = { router . links . hooks } as = { Link } >
63+ < Anchor href = { router . links . hooks } >
6464 Brouther hooks
6565 </ Anchor > { " " }
6666 and you will have full power over pages, errors and URL state.
@@ -69,11 +69,11 @@ export default function IndexPage() {
6969 < Card title = "Want more?" Icon = { MagnifyingGlassIcon } >
7070 < p >
7171 Just this? You can check all features and benefits of Brouther. You can read at{ " " }
72- < Anchor href = { router . links . hooks } as = { Link } >
72+ < Anchor href = { router . links . hooks } >
7373 Brouther features
7474 </ Anchor > { " " }
7575 or you can do your own app using Brouther. Don't know how? Check on{ " " }
76- < Anchor href = { router . links . examples } as = { Link } >
76+ < Anchor href = { router . links . examples } >
7777 Examples section
7878 </ Anchor >
7979 .
0 commit comments