mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
Fix Bug
This commit is contained in:
@@ -240,7 +240,7 @@ export default function MitmToolCard({
|
||||
|
||||
{/* Warning below button */}
|
||||
{warning && (
|
||||
<div className="flex items-center gap-2 px-2 py-1.5 rounded text-xs bg-amber-500/10 text-amber-600 border border-amber-500/20">
|
||||
<div className="flex items-center gap-2 px-2 py-1.5 rounded text-xs text-amber-500">
|
||||
<span className="material-symbols-outlined text-[14px]">warning</span>
|
||||
<span>{warning}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user