Skip to content

Commit 7b03a03

Browse files
committed
fix
1 parent 948d5df commit 7b03a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/routes/package/settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ 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">Source</h2>
112+
<h2 class="text-xl font-sans font-bold" id="description">Readme Source</h2>
113113

114114
<p class="mt-2 text-secondary max-w-3xl">
115115
The source to use to display the content on the main page.
@@ -124,7 +124,7 @@ function SelectReadmeSourceEditor(props: { source: "readme" | "jsdoc" }) {
124124
Readme
125125
</option>
126126
<option value="jsdoc" selected={props.source === "jsdoc"}>
127-
JSDoc
127+
JSDoc (with Readme fallback)
128128
</option>
129129
</select>
130130
</div>

0 commit comments

Comments
 (0)