We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef20cb1 + 68ce5af commit 2f5c6b9Copy full SHA for 2f5c6b9
.github/CODEOWNERS
@@ -8,4 +8,7 @@
8
# * @saseungmin @jiji-hoon96 @hy57in @synuns @sudosubin
9
10
# 4th
11
-* @froggy1014 @azure-553 @ProdMoon @frontman-git
+# * @froggy1014 @azure-553 @ProdMoon @frontman-git
12
+
13
+# 5th
14
+* @G-hoon
src/app/activity/page.tsx
@@ -25,7 +25,7 @@ type SearchParams = {
25
26
function Page({ searchParams }: { searchParams?: SearchParams }) {
27
const activity = getActivity();
28
- const currentActivityTab = searchParams?.tab || 'post';
+ const currentActivityTab = searchParams?.tab || 'video';
29
30
const sortedActivity = [...activity[currentActivityTab]].sort(
31
(a, b) => new Date(b.date).getTime() - new Date(a.date).getTime(),
src/app/favicon.ico
-1.3 KB
0 commit comments