Skip to content

Commit 4126c1d

Browse files
committed
fix: fixes #6
1 parent a320216 commit 4126c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map-github-alert-type-to-directive-name.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function mapGithubAlertTypeToDirectiveName(
1414
return "warning";
1515

1616
case GithubAlertType.IMPORTANT:
17-
return "warning";
17+
return "info";
1818

1919
case GithubAlertType.CAUTION:
2020
return "danger";

0 commit comments

Comments
 (0)