Add spacing to app version
Adds 150px spacing below the app version card.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user