Skip to content

Commit 0bfd903

Browse files
ralyodioclaude
andcommitted
store: revert header logo back to /mark.svg (the compact mark)
favicon.svg is the full logo lockup (used as the homepage hero), so it looked like logo.svg in the store nav. Point the store brand + tab icon back to /mark.svg as before. No image files changed — reference only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8d61c15 commit 0bfd903

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

apps/extensions/public/extension.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<title>Extension — TronBrowser Store</title>
77
<meta name="description" content="Install this Manifest V3 extension from the TronBrowser store." />
88
<meta name="theme-color" content="#05070d" />
9-
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
9+
<link rel="icon" href="/mark.svg" type="image/svg+xml" />
1010
<link rel="stylesheet" href="/store/store.css" />
1111
</head>
1212
<body data-page="detail">
1313
<header class="nav"><div class="wrap">
14-
<a class="brand" href="/" aria-label="TronBrowser"><img src="/favicon.svg" alt="TronBrowser" /></a>
14+
<a class="brand" href="/" aria-label="TronBrowser"><img src="/mark.svg" alt="TronBrowser" /></a>
1515
<span class="spacer"></span>
1616
<a class="navlink" href="/store/">Browse</a>
1717
<a class="navlink" href="/store/install-guide.html">Install guide</a>

apps/extensions/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<meta name="description" content="The TronBrowser extension store. Manifest V3 extensions, one-click install in TronBrowser, sideload guides for Chrome/Edge/Firefox. Publishers pay $1 and go live instantly — no review queue, no $5 dev fee, no multi-day waits." />
88
<meta name="theme-color" content="#05070d" />
99
<link rel="canonical" href="https://tronbrowser.dev/store/" />
10-
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
10+
<link rel="icon" href="/mark.svg" type="image/svg+xml" />
1111
<link rel="stylesheet" href="/store/store.css" />
1212
</head>
1313
<body data-page="browse">
1414
<header class="nav"><div class="wrap">
15-
<a class="brand" href="/" aria-label="TronBrowser"><img src="/favicon.svg" alt="TronBrowser" /></a>
15+
<a class="brand" href="/" aria-label="TronBrowser"><img src="/mark.svg" alt="TronBrowser" /></a>
1616
<span class="spacer"></span>
1717
<a class="navlink" href="/store/">Browse</a>
1818
<a class="navlink" href="/store/install-guide.html">Install guide</a>

apps/extensions/public/install-guide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<title>Install guide — TronBrowser Store</title>
77
<meta name="description" content="How to install TronBrowser store extensions: one-click in TronBrowser, and sideload steps for Chrome, Edge and Firefox." />
88
<meta name="theme-color" content="#05070d" />
9-
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
9+
<link rel="icon" href="/mark.svg" type="image/svg+xml" />
1010
<link rel="stylesheet" href="/store/store.css" />
1111
</head>
1212
<body data-page="guide">
1313
<header class="nav"><div class="wrap">
14-
<a class="brand" href="/" aria-label="TronBrowser"><img src="/favicon.svg" alt="TronBrowser" /></a>
14+
<a class="brand" href="/" aria-label="TronBrowser"><img src="/mark.svg" alt="TronBrowser" /></a>
1515
<span class="spacer"></span>
1616
<a class="navlink" href="/store/">Browse</a>
1717
<a class="navlink" href="/store/install-guide.html">Install guide</a>

apps/extensions/public/submit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<title>Publish an extension — TronBrowser Store</title>
77
<meta name="description" content="Publish your Manifest V3 extension to the TronBrowser store. Pay $1, go live instantly." />
88
<meta name="theme-color" content="#05070d" />
9-
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
9+
<link rel="icon" href="/mark.svg" type="image/svg+xml" />
1010
<link rel="stylesheet" href="/store/store.css" />
1111
</head>
1212
<body data-page="submit">
1313
<header class="nav"><div class="wrap">
14-
<a class="brand" href="/" aria-label="TronBrowser"><img src="/favicon.svg" alt="TronBrowser" /></a>
14+
<a class="brand" href="/" aria-label="TronBrowser"><img src="/mark.svg" alt="TronBrowser" /></a>
1515
<span class="spacer"></span>
1616
<a class="navlink" href="/store/">Browse</a>
1717
<a class="navlink" href="/store/install-guide.html">Install guide</a>

0 commit comments

Comments
 (0)