From ddcff3c6e4551e194d542c6fb67e4b4218998bc1 Mon Sep 17 00:00:00 2001 From: marshennikovaolga Date: Tue, 10 Sep 2024 11:48:12 +0300 Subject: [PATCH] sidebar: GitHub link --- .../custom/sidebar/partial/profile-section.tsx | 10 ++++++++++ web/components/routes/OnboardingRoute.tsx | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/web/components/custom/sidebar/partial/profile-section.tsx b/web/components/custom/sidebar/partial/profile-section.tsx index 5ac924ab..d4670f13 100644 --- a/web/components/custom/sidebar/partial/profile-section.tsx +++ b/web/components/custom/sidebar/partial/profile-section.tsx @@ -86,6 +86,16 @@ export const ProfileSection: React.FC = () => { + + +
+ + GitHub +
+ +
+ + signOut()}>
diff --git a/web/components/routes/OnboardingRoute.tsx b/web/components/routes/OnboardingRoute.tsx index 87cf0dc6..359bd610 100644 --- a/web/components/routes/OnboardingRoute.tsx +++ b/web/components/routes/OnboardingRoute.tsx @@ -64,7 +64,7 @@ const StepItem = ({

{description}

-

{task}

+

{task}

@@ -117,9 +117,9 @@ export default function OnboardingRoute() { const completedSteps = [isCreateLinkDone, isCreatePageDone, isStartTrackingDone, isAddLinkDone].filter(Boolean).length return ( -
+
-

Onboarding

+

Onboarding

Complete the steps below to get started