Skip to content

Commit

Permalink
VersionSwitch 위치를 상단바 우측으로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
CirnoV committed Sep 25, 2024
1 parent 0915d49 commit 8569bd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/layouts/gnb/Gnb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ export default function Gnb(props: Props) {
<span class="break-keep">{t()["developers"]}</span>
</div>
</A>
<div class="mx-6 md:ml-[70px]">
<VersionSwitch docData={props.docData} />
</div>
<div class="mx-6 md:ml-[70px]"></div>
</div>
<div
class={clsx(
Expand Down Expand Up @@ -169,6 +167,7 @@ export default function Gnb(props: Props) {
</div>
</div>
<div class="hidden h-full items-center gap-4 pr-6 md:flex">
<VersionSwitch docData={props.docData} />
<a
class="inline-flex items-center gap-1"
href="https://admin.portone.io/"
Expand Down

0 comments on commit 8569bd8

Please sign in to comment.