Skip to content

Commit 1d93a7e

Browse files
committed
Chore: add cert in gitignore
1 parent 00b0173 commit 1d93a7e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
#key
27+
cert

src/pages/RankingPage/components/CategorySlider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState } from 'react';
22

3-
const categories = ['통합', '나무위키', '트위터', '다음카페', '커뮤니티'];
3+
const categories = ['통합', '네이트', '네이버', '', '구글', '나무위키'];
44

55
const CategorySlider: React.FC = () => {
66
const [activeIndex, setActiveIndex] = useState(0);

0 commit comments

Comments
 (0)