From 5075112cf867e3152bc2832093db43cf839f2bf2 Mon Sep 17 00:00:00 2001 From: "SeungJu, Lee" <84257439+SeungJL@users.noreply.github.com> Date: Wed, 29 May 2024 03:04:08 +0900 Subject: [PATCH] add: main logo (#146) --- assets/MainLogo.tsx | 930 ++++++++++++++++++++++++++++++++++++++- hooks/study/mutations.ts | 3 + 2 files changed, 915 insertions(+), 18 deletions(-) diff --git a/assets/MainLogo.tsx b/assets/MainLogo.tsx index 9e2e0f49e..183f8ad6a 100644 --- a/assets/MainLogo.tsx +++ b/assets/MainLogo.tsx @@ -1,23 +1,917 @@ function MainLogo() { return ( - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); } diff --git a/hooks/study/mutations.ts b/hooks/study/mutations.ts index d784c1d34..8234e2342 100644 --- a/hooks/study/mutations.ts +++ b/hooks/study/mutations.ts @@ -135,3 +135,6 @@ export const useStudyStatusMutation = (options?: MutationOptions