From d8282480854395a140d9740d0fba606ea8697d7d Mon Sep 17 00:00:00 2001 From: Roman Onishchenko Date: Mon, 9 Mar 2026 15:02:57 +0100 Subject: [PATCH 1/2] branh updates --- index.html | 15 +++++++++++++-- public/CNAME | 1 - public/assets/logo.svg | 7 +++++++ public/favicon.svg | 7 +++++++ public/vite.svg | 1 - src/components/Brand/Brand.tsx | 31 ++++++++++++++++++++++++++----- src/components/Footer/Footer.tsx | 2 +- 7 files changed, 54 insertions(+), 10 deletions(-) delete mode 100644 public/CNAME create mode 100644 public/assets/logo.svg create mode 100644 public/favicon.svg delete mode 100644 public/vite.svg diff --git a/index.html b/index.html index bf9ef45..1562e68 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,20 @@ - + - landing + dfsync — TypeScript HTTP client for service-to-service communication + + + + +
diff --git a/public/CNAME b/public/CNAME deleted file mode 100644 index f36aab6..0000000 --- a/public/CNAME +++ /dev/null @@ -1 +0,0 @@ -dfsync.io diff --git a/public/assets/logo.svg b/public/assets/logo.svg new file mode 100644 index 0000000..c15889d --- /dev/null +++ b/public/assets/logo.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..c15889d --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/components/Brand/Brand.tsx b/src/components/Brand/Brand.tsx index c22c734..aeb8c4e 100644 --- a/src/components/Brand/Brand.tsx +++ b/src/components/Brand/Brand.tsx @@ -1,18 +1,39 @@ -import { Typography } from '@mui/material'; +import { Typography, Box } from '@mui/material'; import { Link as RouterLink } from 'react-router-dom'; export const Brand = () => { return ( - - dfsync - + + + dfsync + + ); }; diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index f758bcb..329fd05 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -18,7 +18,7 @@ export const Footer = () => { alignItems={{ xs: 'flex-start', sm: 'center' }} > - © {new Date().getFullYear()} dfsync.io + © {new Date().getFullYear()} dfsync From 79a981507f810bc3e542b1bfb2727da866d73561 Mon Sep 17 00:00:00 2001 From: Roman Onishchenko Date: Mon, 9 Mar 2026 15:04:27 +0100 Subject: [PATCH 2/2] fix: prettier --- index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.html b/index.html index 1562e68..16507c8 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,7 @@ content="A lightweight TypeScript HTTP client with sensible defaults for service-to-service communication across microservices, internal APIs, and integrations." /> - +