Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit b5a945f

Browse files
committed
Update docs
1 parent 1c670e1 commit b5a945f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This is assuming your stylesheet is located in the `./resources/css/` directory
8484
### Directly in Blade/HTML
8585
You could copy the built CSS from `vendor/rawilk/laravel-components/resources/js/laravel-form-components-styles/dist/styles.css` into your public folder, and then use a `link` tag in your blade/html to get it: `<link rel="stylesheet" href="{{ asset('css/laravel-form-components.css') }}">`.
8686

87-
If you would like to customize the CSS we provide, header over to [the section on Customizing CSS](/docs/laravel-form-components/v4/advanced-usage/customizing-css).
87+
If you would like to customize the CSS we provide, head over to [the section on Customizing CSS](/docs/laravel-form-components/v4/advanced-usage/customizing-css).
8888

8989
> {tip} If you are using Purge CSS or Tailwind's JIT compiler, you should check out the section on [Purge CSS](/docs/laravel-form-components/v4/advanced-usage/customizing-css#purge-csstailwind-jit)
9090
> to prevent styles from being lost in production or at compile time.

0 commit comments

Comments
 (0)