Skip to content

Commit

Permalink
fix : blog tab description
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rever0 committed Oct 20, 2023
1 parent 5c178a1 commit 8966d63
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/views/BlogPage/components/navigation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ import { BlogTabList } from './types';
export default function Navigation() {
const [selectTab, setSelectTab] = useState<keyof BlogTabList>('REVIEW');
const blogTabList: BlogTabList = {
REVIEW: { title: '활동후기', description: 'SOPT 회원들의 생생한 활동 후기 마치 생생정보통' },
ARTICLE: { title: '아티클', description: 'SOPT 회원들의 멋있는 아티클들' },
REVIEW: {
title: '활동후기',
description: '회원들의 진솔한 후기를 통해 SOPT를 미리 만나보세요. ',
},
ARTICLE: {
title: '아티클',
description: '회원들의 아티클을 통해 SOPT에서 얻은 인사이트를 확인해보세요.',
},
};

return (
Expand Down

0 comments on commit 8966d63

Please sign in to comment.