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}