Add spacing to app version
Adds 150px spacing below the app version card.
This commit is contained in:
@@ -111,6 +111,9 @@ const Settings = () => {
|
|||||||
<div className="neuro-flat p-3 rounded-lg">
|
<div className="neuro-flat p-3 rounded-lg">
|
||||||
<AppVersionInfo showDevInfo={true} />
|
<AppVersionInfo showDevInfo={true} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* 앱 버전 카드 아래 추가 공간 */}
|
||||||
|
<div className="h-[150px]"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user