UI feat: replace Lucide icons with logo images in multiple components

This commit is contained in:
Ember
2025-10-31 23:54:10 +08:00
parent 9e64b1303f
commit 36ab823ed2
4 changed files with 9 additions and 15 deletions

View File

@@ -176,9 +176,7 @@ function App() {
return (
<div className="min-h-screen flex items-center justify-center" style={{ background: '#0B0E11' }}>
<div className="text-center">
<div className="w-16 h-16 mx-auto mb-4 flex items-center justify-center">
<img src="/images/logo.png" alt="NoFx Logo" className="w-16 h-16 animate-pulse" />
</div>
<img src="/images/logo.png" alt="NoFx Logo" className="w-16 h-16 mx-auto mb-4 animate-pulse" />
<p style={{ color: '#EAECEF' }}>...</p>
</div>
</div>