Skip to content

Commit

Permalink
headings tag order
Browse files Browse the repository at this point in the history
  • Loading branch information
ajotka committed Nov 12, 2024
1 parent cba0441 commit 50ee4c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,10 @@ export default function GitHubExportForm({
if (pushResult) {
return (
<form id="export-playground-form" onSubmit={handleSubmit}>
<h3>
<h2>
Pull Request{' '}
{formValues.prAction === 'create' ? 'created' : 'updated'}!
</h3>
</h2>
<p>
Your changes have been submitted to GitHub. You can view
them here:{' '}
Expand Down

0 comments on commit 50ee4c3

Please sign in to comment.