Skip to content

Commit

Permalink
add: main logo (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL authored May 28, 2024
1 parent 5939d13 commit 5075112
Show file tree
Hide file tree
Showing 2 changed files with 915 additions and 18 deletions.
930 changes: 912 additions & 18 deletions assets/MainLogo.tsx

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions hooks/study/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,6 @@ export const useStudyStatusMutation = (options?: MutationOptions<StudyStatusPara
method: "post",
url: `place/status`,
body: params,
}),
options,
);

0 comments on commit 5075112

Please sign in to comment.