From 8510cccb6eb674864835bb65cc99fb24335b4f50 Mon Sep 17 00:00:00 2001 From: echo Date: Mon, 16 Feb 2026 21:20:58 +0100 Subject: [PATCH] buymeacoffe added --- frontend/src/components/layout/Header.tsx | 10 +++- .../routes/ArticleDetailComponent.tsx | 50 +++++++++++++------ 2 files changed, 43 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/layout/Header.tsx b/frontend/src/components/layout/Header.tsx index fc1e996..e7c53e5 100644 --- a/frontend/src/components/layout/Header.tsx +++ b/frontend/src/components/layout/Header.tsx @@ -119,7 +119,15 @@ export function Header() { )} -
+
+ + ☕ Купи ми кафе +
diff --git a/frontend/src/components/routes/ArticleDetailComponent.tsx b/frontend/src/components/routes/ArticleDetailComponent.tsx index 477821e..ad1b43c 100644 --- a/frontend/src/components/routes/ArticleDetailComponent.tsx +++ b/frontend/src/components/routes/ArticleDetailComponent.tsx @@ -73,7 +73,7 @@ export function ArticleDetailComponent({ id }: { id: string }) { {/* Social Sharing */} -
+
+ + ☕ Купи ми кафе +
{data.featuredImage && data.imagePosition !== 'none' && ( @@ -181,21 +189,31 @@ export function ArticleDetailComponent({ id }: { id: string }) {
- {/* Social Sharing Footer */} -
-
-

Share this article:

- -
-
+ {/* Social Sharing Footer */} +
+
+

Share this article:

+
+ + + ☕ Купи ми кафе + +
+
+
{data.tags && Array.isArray(data.tags) && data.tags.length > 0 && (