Completed login screen transition, and started the spec work on design file info
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ function App() {
|
||||
|
||||
return (
|
||||
<AccessibilityProvider>
|
||||
<div className="min-h-screen">
|
||||
<div className="min-h-screen bg-black">
|
||||
{phase === 'boot' && (
|
||||
<BootSequence onComplete={() => setPhase('ecg')} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user