Skip to content

Commit

Permalink
fix: fix typo in caution title to 'Caution' in GitHub theme config (f…
Browse files Browse the repository at this point in the history
…ix #15)
  • Loading branch information
lin-stephanie committed Dec 19, 2024
1 parent af0a2ba commit 5ba7ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/github/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const githubCallouts: DefaultCallouts = {
color: ['#9a6700', '#d29922'],
},
caution: {
title: 'caution',
title: 'Caution',
indicator:
'<svg viewBox="0 0 16 16" version="1.1" width="1em" height="1em" aria-hidden="true"><path d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></svg>',
color: ['#d1242f', '#d1242f'],
Expand Down

0 comments on commit 5ba7ba7

Please sign in to comment.