Skip to content

Commit

Permalink
test: 자동 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
yeolyi committed Feb 10, 2024
1 parent 8143b5d commit 1b6fc5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/layout/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { useTranslations } from 'next-intl';


import { BASE_URL } from '@/apis';
import { useSessionContext } from '@/contexts/SessionContext';
import { Link } from '@/navigation';
Expand Down Expand Up @@ -34,7 +33,7 @@ function HeaderRight() {

const t = useTranslations('Header');

const langButtonText = isEnglish ? '한국어' : 'ENG';
const langButtonText = isEnglish ? '한국어' : 'ENG!';

return (
<div className="flex flex-col justify-between gap-[0.94rem] items-end">
Expand Down

0 comments on commit 1b6fc5e

Please sign in to comment.