From 6d9fd2a45819d4cfada8be61057fb6faca3fc7cf Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Tue, 13 Aug 2024 19:09:29 +0500 Subject: [PATCH] fixes, again todo sliders... --- .../img/pages/home/calc/chart_highlight.svg | 12 +++ .../img/pages/home/calc/numbers_highlight.svg | 12 +++ src/app/blog/[postId]/page.tsx | 2 +- src/app/layout.tsx | 2 +- src/components/Layout/Header.tsx | 2 +- .../pages/BlogPage/RelevantSlider.tsx | 2 +- .../pages/MainPage/Calculator/Calculator.tsx | 54 ++++++------ src/components/pages/MainPage/Clients.tsx | 2 +- .../pages/MainPage/Demoversions.tsx | 22 ++--- .../pages/MainPage/ProjectManagment.tsx | 10 ++- src/components/pages/MainPage/Projects.tsx | 8 +- src/components/pages/MainPage/Showreel.tsx | 44 +++------- src/components/pages/MainPage/Statistics.tsx | 87 +++++++------------ src/components/pages/MainPage/Technology.tsx | 48 +++++----- src/components/pages/MainPage/Winners.tsx | 10 +-- src/consts/reviews.json | 4 +- src/hocs/ClassNameWrapper.tsx | 2 +- src/ui/LineThrow.tsx | 3 +- src/ui/SliderWithScaling.tsx | 57 +++++------- 19 files changed, 179 insertions(+), 204 deletions(-) create mode 100644 public/img/pages/home/calc/chart_highlight.svg create mode 100644 public/img/pages/home/calc/numbers_highlight.svg diff --git a/public/img/pages/home/calc/chart_highlight.svg b/public/img/pages/home/calc/chart_highlight.svg new file mode 100644 index 00000000..8d2cdf7f --- /dev/null +++ b/public/img/pages/home/calc/chart_highlight.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/img/pages/home/calc/numbers_highlight.svg b/public/img/pages/home/calc/numbers_highlight.svg new file mode 100644 index 00000000..6f38a268 --- /dev/null +++ b/public/img/pages/home/calc/numbers_highlight.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/app/blog/[postId]/page.tsx b/src/app/blog/[postId]/page.tsx index 5a7f16e7..e5394f97 100644 --- a/src/app/blog/[postId]/page.tsx +++ b/src/app/blog/[postId]/page.tsx @@ -28,7 +28,7 @@ export default function PostPage({ return ( post && ( <> -
+
{post.tags.map(tag => ( diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0dc397f0..5862a82a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,7 +25,7 @@ export default function RootLayout({ -
{children}
+
{children}