diff --git a/app/globals.css b/app/globals.css index 226e50e..a095863 100644 --- a/app/globals.css +++ b/app/globals.css @@ -135,24 +135,11 @@ a { } .brand-mark { - border: 1px solid var(--ink); - display: grid; - flex: 0 0 38px; - font: 700 10px/1 var(--font-geist-mono), monospace; - grid-template-columns: 1fr 1fr; - height: 38px; - letter-spacing: -0.06em; -} - -.brand-mark span { - align-items: center; - display: flex; - justify-content: center; -} - -.brand-mark span:first-child { - background: var(--ink); - color: var(--paper); + display: block; + flex: 0 0 52px; + height: 52px; + width: 52px; + object-fit: contain; } .brand-name, diff --git a/app/page.tsx b/app/page.tsx index 9848a75..d065548 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -470,10 +470,7 @@ function fileNavigationStep(event: KeyboardEvent) { function BrandBlock() { return (
- +

Diffsplain

Agent-made change notes

diff --git a/index.html b/index.html index f9570b7..f23403f 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,9 @@ content="Clear code diffs with concise notes from your coding agent." /> - + + + Diffsplain diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..eb7902e Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-16.png b/public/favicon-16.png new file mode 100644 index 0000000..b5d7c25 Binary files /dev/null and b/public/favicon-16.png differ diff --git a/public/favicon-32.png b/public/favicon-32.png new file mode 100644 index 0000000..0c0f23a Binary files /dev/null and b/public/favicon-32.png differ diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index ca747cb..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/public/logo-256.png b/public/logo-256.png new file mode 100644 index 0000000..75979b4 Binary files /dev/null and b/public/logo-256.png differ diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..42062bc Binary files /dev/null and b/public/logo.png differ diff --git a/site/apple-touch-icon.png b/site/apple-touch-icon.png new file mode 100644 index 0000000..eb7902e Binary files /dev/null and b/site/apple-touch-icon.png differ diff --git a/site/favicon-16.png b/site/favicon-16.png new file mode 100644 index 0000000..b5d7c25 Binary files /dev/null and b/site/favicon-16.png differ diff --git a/site/favicon-32.png b/site/favicon-32.png new file mode 100644 index 0000000..0c0f23a Binary files /dev/null and b/site/favicon-32.png differ diff --git a/site/index.html b/site/index.html index bc30be1..7e21bcd 100644 --- a/site/index.html +++ b/site/index.html @@ -15,6 +15,9 @@ content="Diffsplain is an open-source developer tool for reviewing GitHub pull requests one file at a time." /> + + + - + Diffsplain diff --git a/site/logo-256.png b/site/logo-256.png new file mode 100644 index 0000000..75979b4 Binary files /dev/null and b/site/logo-256.png differ diff --git a/site/styles.css b/site/styles.css index fb3ac50..da692dd 100644 --- a/site/styles.css +++ b/site/styles.css @@ -115,24 +115,10 @@ code { } .wordmark__mark { - border: 1px solid var(--ink); - display: grid; - font: 650 10px/1 "Geist Mono", monospace; - grid-template-columns: 1fr 1fr; - height: 34px; - letter-spacing: -0.04em; - width: 34px; -} - -.wordmark__mark span { - align-items: center; - display: flex; - justify-content: center; -} - -.wordmark__mark span:first-child { - background: var(--ink); - color: var(--paper); + display: block; + height: 48px; + width: 48px; + object-fit: contain; } .wordmark__text {