fix: admin hint

This commit is contained in:
shinya
2025-07-26 15:53:24 +08:00
parent fffc0cad0f
commit 5f9e1fb1a8

View File

@@ -302,12 +302,12 @@ const UserConfig = ({ config, role, refreshConfig }: UserConfigProps) => {
{isD1Storage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(D1 )
(D1 )
</span>
)}
{isUpstashStorage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(Upstash )
(Upstash )
</span>
)}
</label>
@@ -1029,12 +1029,12 @@ const SiteConfigComponent = ({ config }: { config: AdminConfig | null }) => {
{isD1Storage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(D1 )
(D1 )
</span>
)}
{isUpstashStorage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(Upstash )
(Upstash )
</span>
)}
</label>
@@ -1065,12 +1065,12 @@ const SiteConfigComponent = ({ config }: { config: AdminConfig | null }) => {
{isD1Storage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(D1 )
(D1 )
</span>
)}
{isUpstashStorage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(Upstash )
(Upstash )
</span>
)}
</label>
@@ -1142,12 +1142,12 @@ const SiteConfigComponent = ({ config }: { config: AdminConfig | null }) => {
{isD1Storage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(D1 )
(D1 )
</span>
)}
{isUpstashStorage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(Upstash )
(Upstash )
</span>
)}
</label>
@@ -1185,12 +1185,12 @@ const SiteConfigComponent = ({ config }: { config: AdminConfig | null }) => {
{isD1Storage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(D1 )
(D1 )
</span>
)}
{isUpstashStorage && (
<span className='ml-2 text-xs text-gray-500 dark:text-gray-400'>
(Upstash )
(Upstash )
</span>
)}
</label>