Spaces:
Sleeping
Sleeping
Update components/Sidebar.tsx
Browse files- components/Sidebar.tsx +1 -1
components/Sidebar.tsx
CHANGED
|
@@ -222,7 +222,7 @@ export const Sidebar: React.FC<SidebarProps> = ({ currentView, onChangeView, use
|
|
| 222 |
|
| 223 |
{/* Fallback for iOS/Manual if prompt missing but not installed */}
|
| 224 |
{!isStandalone && !installPrompt && (
|
| 225 |
-
<div className="px-4 py-2 bg-slate-800 rounded-lg text-[10px] text-slate-400 border border-slate-700 flex gap-2 items-start">
|
| 226 |
<Smartphone size={14} className="mt-0.5 shrink-0"/>
|
| 227 |
<div>
|
| 228 |
若未显示安装按钮:
|
|
|
|
| 222 |
|
| 223 |
{/* Fallback for iOS/Manual if prompt missing but not installed */}
|
| 224 |
{!isStandalone && !installPrompt && (
|
| 225 |
+
<div className="lg:hidden px-4 py-2 bg-slate-800 rounded-lg text-[10px] text-slate-400 border border-slate-700 flex gap-2 items-start">
|
| 226 |
<Smartphone size={14} className="mt-0.5 shrink-0"/>
|
| 227 |
<div>
|
| 228 |
若未显示安装按钮:
|