From aeb719c3911dd43c3fe7e5898866cec8de6bee2d Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Fri, 24 Apr 2026 23:52:33 -0700 Subject: [PATCH] feat: branding updates --- README.md | 4 +++- web/public/favicon.svg | 10 +++++++++- web/public/logo-termtap-concept-no-undertext.svg | 11 +++++++++++ web/public/logo-termtap-concept.svg | 12 ++++++++++++ web/src/components/SiteHeader.tsx | 13 +++++++------ 5 files changed, 42 insertions(+), 8 deletions(-) create mode 100644 web/public/logo-termtap-concept-no-undertext.svg create mode 100644 web/public/logo-termtap-concept.svg diff --git a/README.md b/README.md index 659d34e..2c5de8f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@

-

Termtap

+

+ termtap logo +

Tap into your app's API traffic from the terminal.

diff --git a/web/public/favicon.svg b/web/public/favicon.svg index 6893eb1..5818428 100644 --- a/web/public/favicon.svg +++ b/web/public/favicon.svg @@ -1 +1,9 @@ - \ No newline at end of file + + + + + + + + + diff --git a/web/public/logo-termtap-concept-no-undertext.svg b/web/public/logo-termtap-concept-no-undertext.svg new file mode 100644 index 0000000..94d30a3 --- /dev/null +++ b/web/public/logo-termtap-concept-no-undertext.svg @@ -0,0 +1,11 @@ + + + + + + + + + termtap + . + diff --git a/web/public/logo-termtap-concept.svg b/web/public/logo-termtap-concept.svg new file mode 100644 index 0000000..5948412 --- /dev/null +++ b/web/public/logo-termtap-concept.svg @@ -0,0 +1,12 @@ + + + + + + + + + termtap + . + tap into backend traffic + diff --git a/web/src/components/SiteHeader.tsx b/web/src/components/SiteHeader.tsx index 3949605..79f5d60 100644 --- a/web/src/components/SiteHeader.tsx +++ b/web/src/components/SiteHeader.tsx @@ -12,14 +12,15 @@ export function SiteHeader({ page, onNavigate }: SiteHeaderProps) { return (

- { + { event.preventDefault() onNavigate('/') - }}> - - termtap + }} + > + Termtap