[CategoryPanel] tButton 위치 변경
This commit is contained in:
@@ -157,12 +157,13 @@ export default function CategoryPanel() {
|
||||
)}
|
||||
{tab === 0 && <ShowContents />}
|
||||
{tab === 1 && <ItemContents />}
|
||||
<TButton
|
||||
type={TYPES.topButton}
|
||||
size={null}
|
||||
onClick={handleTopButtonClick}
|
||||
/>
|
||||
</div>
|
||||
<TButton
|
||||
type={TYPES.topButton}
|
||||
size={null}
|
||||
onClick={handleTopButtonClick}
|
||||
className={css.tButton}
|
||||
/>
|
||||
</TBody>
|
||||
</TPanel>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user