Skip to content

Commit

Permalink
fix: fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcase committed Sep 4, 2024
1 parent a320216 commit 4126c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map-github-alert-type-to-directive-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function mapGithubAlertTypeToDirectiveName(
return "warning";

case GithubAlertType.IMPORTANT:
return "warning";
return "info";

case GithubAlertType.CAUTION:
return "danger";
Expand Down

0 comments on commit 4126c1d

Please sign in to comment.