Skip to content

Commit

Permalink
chore(site-stutus): fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed Mar 28, 2024
1 parent 6164e39 commit 0f9c293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/rh-site-status/rh-site-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const textMap: Record<string, string> = {
'Partially Degraded Service': 'Partial service',
};

// map statuspage.io's statuses to colorful css keys for icon svg
// map statuspage.io's statuses to icon map keys
const statusMap: Record<string, string> = {
'maintenance': 'warn',
'critical': 'danger',
Expand Down

0 comments on commit 0f9c293

Please sign in to comment.