Skip to content

Commit e00d188

Browse files
committed
fmt
1 parent 7b03a03 commit e00d188

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/routes/package/settings.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ function DescriptionEditor(props: { description: string }) {
109109
function SelectReadmeSourceEditor(props: { source: "readme" | "jsdoc" }) {
110110
return (
111111
<form class="border-t pt-8 mt-12" method="POST" autocomplete="off">
112-
<h2 class="text-xl font-sans font-bold" id="description">Readme Source</h2>
112+
<h2 class="text-xl font-sans font-bold" id="description">
113+
Readme Source
114+
</h2>
113115

114116
<p class="mt-2 text-secondary max-w-3xl">
115117
The source to use to display the content on the main page.

0 commit comments

Comments
 (0)