From edabf945b4b999a65204489b43cc68689f5ce86d Mon Sep 17 00:00:00 2001 From: CodeGhost28 Date: Tue, 8 Oct 2024 15:56:09 +0200 Subject: [PATCH] Update header.tsx --- components/header.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/components/header.tsx b/components/header.tsx index 2d1ec3f448..af8e6ec4bf 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -69,4 +69,15 @@ export function Header() { ) -} +}const Header = () => ( +
+

ProfitX

+ +
+); + +export default Header; +