From 0f8744dc5d5e5d5285e56814b9362e7453bee5ab Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 4 Jul 2024 00:27:58 +0300 Subject: [PATCH] thanks-page+route-fix --- .../Author/AuthorCard/AuthorCard.tsx | 2 +- src/components/Feed/Sidebar/Sidebar.tsx | 2 +- src/components/Nav/ProfilePopup.tsx | 2 +- .../ProfileSettingsNavigation.tsx | 8 +- src/config/routes.ts | 4 +- src/routes/guide/thanks.tsx | 94 +++++++++++++++++++ 6 files changed, 103 insertions(+), 9 deletions(-) create mode 100644 src/routes/guide/thanks.tsx diff --git a/src/components/Author/AuthorCard/AuthorCard.tsx b/src/components/Author/AuthorCard/AuthorCard.tsx index 0cd605af..3c32b2b4 100644 --- a/src/components/Author/AuthorCard/AuthorCard.tsx +++ b/src/components/Author/AuthorCard/AuthorCard.tsx @@ -252,7 +252,7 @@ export const AuthorCard = (props: Props) => {