diff --git a/eaccount/index.php b/eaccount/index.php index 5ada23d..218fde4 100644 --- a/eaccount/index.php +++ b/eaccount/index.php @@ -163,22 +163,22 @@ // Header Component const Header = ({ activeTab, onTabChange, tenants, currentTenantId, onTenantChange }) => ( -
+
-
+
๐Ÿฆ
-

๊ณ„์ขŒ ์ž…์ถœ๊ธˆ๋‚ด์—ญ ์กฐํšŒ

+

๊ณ„์ขŒ ์ž…์ถœ๊ธˆ๋‚ด์—ญ

-
+
{/* ํ…Œ๋„ŒํŠธ ์„ ํƒ ๋“œ๋กญ๋‹ค์šด */} {tenants.length > 0 && ( )} - - - ๋ฐ”๋กœ๋นŒ ํ…Œ๋„ŒํŠธ ๊ด€๋ฆฌ + + + ๊ณ„์ขŒ์กฐํšŒ - - - ์ „์ž์„ธ๊ธˆ๊ณ„์‚ฐ์„œ + + ์นด๋“œ๋‚ด์—ญ - - - ๋ฒ•์ธ์นด๋“œ ๋‚ด์—ญ + + ํ…Œ๋„ŒํŠธ๊ด€๋ฆฌ - - - ํ™ˆ์œผ๋กœ + + ํšŒ์›๊ด€๋ฆฌ + + + API์ •๋ณด + + +
+ + + ์„ธ๊ธˆ๊ณ„์‚ฐ์„œ + + + ํ™ˆ
diff --git a/ecard/index.php b/ecard/index.php index f81c7af..4dfca85 100644 --- a/ecard/index.php +++ b/ecard/index.php @@ -190,30 +190,38 @@ // Header Component const Header = () => ( -
+
-
+
๐Ÿ’ณ
-

๋ฒ•์ธ์นด๋“œ ์‚ฌ์šฉ๋‚ด์—ญ ์กฐํšŒ

+

๋ฒ•์ธ์นด๋“œ ์‚ฌ์šฉ๋‚ด์—ญ

- diff --git a/etax/index.php b/etax/index.php index 1e30649..d62e7a8 100644 --- a/etax/index.php +++ b/etax/index.php @@ -53,34 +53,38 @@ // 1. Header Component const Header = ({ onOpenHelp }) => { return ( -
+
-
+
๐Ÿ“‹

์ „์ž์„ธ๊ธˆ๊ณ„์‚ฐ์„œ ์†”๋ฃจ์…˜

- diff --git a/tenant/index.php b/tenant/index.php index ab2ab93..4088121 100644 --- a/tenant/index.php +++ b/tenant/index.php @@ -68,43 +68,44 @@ require_once($_SERVER['DOCUMENT_ROOT'] . "/session.php"); const { useState, useEffect, useRef } = React; // --- Header Component --- - const Header = () => { - const handleRefresh = () => { - window.location.reload(); - }; - return ( -
-
+ ); // --- Icons --- const TrashIcon = ({ className }) => (