Skip to content

Commit

Permalink
Fix link to Flash component (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross authored Aug 8, 2022
1 parent 401dac2 commit 2e190f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class FlashMigrationCounter < BaseLinter

TAGS = %w[div].freeze
CLASSES = %w[flash].freeze
MESSAGE = "We are migrating flashes to use [Primer::Beta::Flash](https://primer.style/view-components/components/flash), please try to use that instead of raw HTML."
MESSAGE = "We are migrating flashes to use [Primer::Beta::Flash](https://primer.style/view-components/components/beta/flash), please try to use that instead of raw HTML."
ARGUMENT_MAPPER = ArgumentMappers::Flash
COMPONENT = "Primer::Beta::Flash"

Expand Down

0 comments on commit 2e190f0

Please sign in to comment.