From eccdea5013f568136280ac298b6cfe1acfe7c750 Mon Sep 17 00:00:00 2001 From: tymur999 Date: Wed, 8 Apr 2026 13:59:05 -0500 Subject: [PATCH] high school blog completed --- src/articles/ArticlesList.tsx | 4 +-- src/articles/Reader.tsx | 26 +++++------------ src/articles/list.sass | 15 ++++++++-- src/articles/mdx/high-school.mdx | 15 ++++++---- src/articles/reader.sass | 45 ++++++++++++++---------------- src/img/Kubernetes Logo Vector.svg | 1 + 6 files changed, 52 insertions(+), 54 deletions(-) create mode 100644 src/img/Kubernetes Logo Vector.svg diff --git a/src/articles/ArticlesList.tsx b/src/articles/ArticlesList.tsx index 6662cb2..ffcca76 100644 --- a/src/articles/ArticlesList.tsx +++ b/src/articles/ArticlesList.tsx @@ -1,7 +1,6 @@ import {useArticle} from "./ArticleContext"; import "./list.sass"; import {ReactComponent as BoxSvg} from "../img/blog-box.svg"; -import {Reader} from "./Reader"; import {Article, ARTICLES} from "./articles"; @@ -16,7 +15,6 @@ export function ArticlesList() { }
- } @@ -26,7 +24,7 @@ function BlogBox(props: { article: Article }) { return (