From 50ee4c3c41ca042f9c4df5e3ddc57bc260cba2f0 Mon Sep 17 00:00:00 2001 From: Agata Date: Tue, 12 Nov 2024 11:51:54 +0100 Subject: [PATCH] headings tag order --- .../playground/website/src/github/github-export-form/form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/playground/website/src/github/github-export-form/form.tsx b/packages/playground/website/src/github/github-export-form/form.tsx index 2e67186076..7b2e55ba08 100644 --- a/packages/playground/website/src/github/github-export-form/form.tsx +++ b/packages/playground/website/src/github/github-export-form/form.tsx @@ -430,10 +430,10 @@ export default function GitHubExportForm({ if (pushResult) { return (
-

+

Pull Request{' '} {formValues.prAction === 'create' ? 'created' : 'updated'}! -

+

Your changes have been submitted to GitHub. You can view them here:{' '}