File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
resources/scripts/components/server Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default () => {
5252 />
5353 ) )
5454 :
55- < p className = { 'text-center text-sm text-neutral-200 ' } >
55+ < p className = { 'text-center text-sm text-neutral-400 ' } >
5656 It looks like you have no databases. Click the button below to create one now.
5757 </ p >
5858 }
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export default () => {
4848 :
4949 < React . Fragment >
5050 { ! files . length ?
51- < p className = { 'text-sm text-neutral-600 text-center' } >
51+ < p className = { 'text-sm text-neutral-400 text-center' } >
5252 This directory seems to be empty.
5353 </ p >
5454 :
@@ -60,8 +60,7 @@ export default () => {
6060 < div className = { 'rounded bg-yellow-400 mb-px p-3' } >
6161 < p className = { 'text-yellow-900 text-sm text-center' } >
6262 This directory is too large to display in the browser,
63- limiting
64- the output to the first 250 files.
63+ limiting the output to the first 250 files.
6564 </ p >
6665 </ div >
6766 {
You can’t perform that action at this time.
0 commit comments