Skip to content

Commit 2f5c6b9

Browse files
authored
Merge pull request #151 from sipe-team/feat/5th-recruit
fix: favicon icon(48x48) 변경 및 Acitivy 페이지 초기 선택 상태값 변경
2 parents ef20cb1 + 68ce5af commit 2f5c6b9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
# * @saseungmin @jiji-hoon96 @hy57in @synuns @sudosubin
99

1010
# 4th
11-
* @froggy1014 @azure-553 @ProdMoon @frontman-git
11+
# * @froggy1014 @azure-553 @ProdMoon @frontman-git
12+
13+
# 5th
14+
* @G-hoon

src/app/activity/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type SearchParams = {
2525

2626
function Page({ searchParams }: { searchParams?: SearchParams }) {
2727
const activity = getActivity();
28-
const currentActivityTab = searchParams?.tab || 'post';
28+
const currentActivityTab = searchParams?.tab || 'video';
2929

3030
const sortedActivity = [...activity[currentActivityTab]].sort(
3131
(a, b) => new Date(b.date).getTime() - new Date(a.date).getTime(),

src/app/favicon.ico

-1.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)