Skip to content

Commit 584f072

Browse files
committed
refactor: update ExtensionBanner component styling
1 parent fcbb63e commit 584f072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/ExtensionBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function ExtensionBanner({ language }: Props) {
1616

1717
const features = [
1818
{ icon: Shield, textVi: 'Tự động cảnh báo website nguy hiểm', textEn: 'Auto-warn dangerous websites' },
19-
{ icon: Zap, textVi: 'Kiểm tra link ngay khi hover', textEn: 'Check links on hover' },
19+
{ icon: Zap, textVi: 'Kiểm tra link ngay khi truy cập', textEn: 'Check links on hover' },
2020
{ icon: Bell, textVi: 'Thông báo lừa đảo mới nhất', textEn: 'Latest scam notifications' },
2121
{ icon: Lock, textVi: 'Bảo vệ thông tin cá nhân', textEn: 'Protect personal info' },
2222
]

0 commit comments

Comments
 (0)