Skip to content

Commit

Permalink
Fix heading shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Nov 15, 2023
1 parent 525f43d commit eb468f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export const ConfigurationWorkspaceSizeOptions = ({ configuration }: Props) => {
<ConfigurationSettingsField className="px-8 py-6">
<form onSubmit={setWorkspaceClass}>
<div className="mb-4">
<Heading2 asChild>
<h2 className="text-base">Workspace Size Options</h2>
<Heading2 className="text-base" asChild>
Workspace Size Options
</Heading2>
<TextMuted>Choose the size of your workspace based on the resources you need.</TextMuted>
</div>
Expand Down

0 comments on commit eb468f9

Please sign in to comment.