teste 2 seccao

This commit is contained in:
2026-05-05 01:29:26 +01:00
parent c024eff94c
commit 03336bd0c8

View File

@@ -1098,12 +1098,7 @@ export default function App() {
{sec.name} {sec.name}
</button> </button>
))} ))}
<button
onClick={() => setShowSectionManager(true)}
className={`shrink-0 flex items-center gap-2 px-4 py-2.5 rounded-2xl font-black text-[10px] uppercase tracking-widest transition-all border-2 border-dashed ${darkMode ? 'border-gray-700 text-gray-500 hover:border-primary-500 hover:text-primary-400' : 'border-gray-200 text-gray-400 hover:border-primary-400 hover:text-primary-600'}`}
>
<Settings size={14} /> {t('manageSections')}
</button>
</div> </div>
)} )}