Skip to content

Commit

Permalink
update to h1s (#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
colegottdank authored Dec 10, 2024
1 parent f632b7b commit ac12baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bifrost/app/status/ProviderStatusInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ export function ProviderStatusInfo({
return (
<>
<div className="flex items-center justify-between mb-2">
<h2 className="text-2xl font-bold">
<h1 className="text-2xl font-bold">
Is {formatProviderName(provider.providerName)} down?
</h2>
</h1>
<Badge
variant="secondary"
className={`${status.bgColor} ${status.color} hover:${status.bgColor} px-3 py-1 text-sm font-medium`}
Expand Down

0 comments on commit ac12baf

Please sign in to comment.