feat: refine navigation and account access flow
This commit is contained in:
+1
-11
@@ -7,17 +7,7 @@
|
||||
<link rel="stylesheet" href="/css/app.css">
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<a class="brand" href="/">
|
||||
<span class="brand-mark brand-mark-small" aria-hidden="true">ORA</span>
|
||||
<span>Our Recipe Atlas</span>
|
||||
</a>
|
||||
<div class="profile">
|
||||
<img id="profile-image" class="avatar" alt="" hidden>
|
||||
<span id="profile-name"></span>
|
||||
<button id="logout-button" class="button button-quiet" type="button" data-logout>로그아웃</button>
|
||||
</div>
|
||||
</header>
|
||||
<header id="site-header" class="site-header"></header>
|
||||
<main id="recipe-detail" class="detail-shell">
|
||||
<p class="empty-state">레시피를 불러오는 중입니다.</p>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user