File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ function DescriptionEditor(props: { description: string }) {
109
109
function SelectReadmeSourceEditor ( props : { source : "readme" | "jsdoc" } ) {
110
110
return (
111
111
< 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 >
113
113
114
114
< p class = "mt-2 text-secondary max-w-3xl" >
115
115
The source to use to display the content on the main page.
@@ -124,7 +124,7 @@ function SelectReadmeSourceEditor(props: { source: "readme" | "jsdoc" }) {
124
124
Readme
125
125
</ option >
126
126
< option value = "jsdoc" selected = { props . source === "jsdoc" } >
127
- JSDoc
127
+ JSDoc (with Readme fallback)
128
128
</ option >
129
129
</ select >
130
130
</ div >
You can’t perform that action at this time.
0 commit comments