Skip to content

Commit

Permalink
Merge pull request #60 from NMFS-RADFish/update-outdated-import
Browse files Browse the repository at this point in the history
Update outdated import
  • Loading branch information
IsaiahHarris authored Sep 5, 2024
2 parents 6c3033e + 5319813 commit 0e88280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-your-application/development-standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You will notice, that the components above do not have any `className` assigned,
1. If you need to add additional styles to a particular component, you can do so by adding another `className` **after** the component has been imported from `react-radfish`

```jsx
import { Label } from "../react-radfish";
import { Label } from "@nmfs-radfish/react-radfish";

<Label htmlFor="fullName" className="your-custom-class">
Full Name
Expand Down

0 comments on commit 0e88280

Please sign in to comment.