Skip to content

Commit ea1a12b

Browse files
committed
Enhance privacy badge visibility and add translations
1 parent e0126e4 commit ea1a12b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3321,8 +3321,8 @@ <h1>SmartLib <span>SZ</span></h1>
33213321
style="width: 100%; border-radius: 8px; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.2s ease;">
33223322
<span>📚</span> Manual de Usuario
33233323
</button>
3324-
<div
3325-
style="font-size: 0.75rem; color: var(--text-muted); margin-top: 0.8rem; text-align: center; opacity: 0.7;">
3324+
<div style="font-size: 0.85rem; font-weight: 500; color: var(--text-muted); margin-top: 1rem; text-align: center; opacity: 0.9; padding: 5px; border: 1px solid var(--border); border-radius: 6px;"
3325+
data-i18n="privacy-badge">
33263326
🛡️ Datos almacenados localmente
33273327
</div>
33283328
</div>
@@ -3898,6 +3898,7 @@ <h3 style="margin-top: 0; color: var(--primary);">🎓 Advantages for Beginners<
38983898
en: {
38993899
"var-label-rds": "RDS File",
39003900
"btn-manual": "📖 View Manual",
3901+
"privacy-badge": "🛡️ Data stored locally",
39013902
"filter-type": "Type",
39023903
"all": "All",
39033904
"snippets": "Snippets",

0 commit comments

Comments
 (0)