Add spacing to app version

Adds 150px spacing below the app version card.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-18 13:46:59 +00:00
parent 83669bea40
commit 3778703a67

View File

@@ -111,10 +111,13 @@ const Settings = () => {
<div className="neuro-flat p-3 rounded-lg">
<AppVersionInfo showDevInfo={true} />
</div>
{/* 앱 버전 카드 아래 추가 공간 */}
<div className="h-[150px]"></div>
</div>
</div>
<NavBar />
</div>;
};
export default Settings;
export default Settings;