From 3778703a67328e7a39c8e9c4e646d837baec6ee4 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 13:46:59 +0000 Subject: [PATCH] Add spacing to app version Adds 150px spacing below the app version card. --- src/pages/Settings.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 772cd27..6cb6100 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -111,10 +111,13 @@ const Settings = () => {
+ + {/* 앱 버전 카드 아래 추가 공간 */} +
; }; -export default Settings; \ No newline at end of file +export default Settings;