Skip to content

Commit e91555c

Browse files
authored
Updated Tinybird links in Admin & Readme (#24581)
no ref - Added a link to Tinybird in Settings / Analytics description to improve feature discoverability - Updated Tinybird link for self-hosters in Analytics settings - Updated README to point to new Tinybird link
1 parent 95959ff commit e91555c

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
 
3434

35-
> [!NOTE]
35+
> [!NOTE]
3636
> Love open source? We're hiring! Ghost is looking staff engineers to [join the team](https://careers.ghost.org) and work with us full-time
3737
3838
<a href="https://ghost.org/"><img src="https://user-images.githubusercontent.com/353959/169805900-66be5b89-0859-4816-8da9-528ed7534704.png" alt="Fiercely independent, professional publishing. Ghost is the most popular open source, headless Node.js CMS which already works with all the tools you know and love." /></a>
@@ -86,7 +86,7 @@ For anyone wishing to contribute to Ghost or to hack/customize core files we rec
8686

8787
A big thanks to our sponsors and partners who make Ghost possible. If you're interested in sponsoring Ghost and supporting the project, please check out our profile on [GitHub sponsors](https://github.com/sponsors/TryGhost) :heart:
8888

89-
**[DigitalOcean](https://m.do.co/c/9ff29836d717)****[Fastly](https://www.fastly.com/)****[Tinybird](https://www.tinybird.co/)**
89+
**[DigitalOcean](https://m.do.co/c/9ff29836d717)****[Fastly](https://www.fastly.com/)****[Tinybird](https://tbrd.co/ghost)**
9090

9191
&nbsp;
9292

@@ -100,5 +100,5 @@ To stay up to date with all the latest news and product updates, make sure you [
100100

101101
# Copyright & license
102102

103-
Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
103+
Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
104104
Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our [trademark policy](https://ghost.org/trademark/) for info on acceptable usage.

apps/admin-x-settings/src/components/settings/membership/Analytics.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,16 @@ const Analytics: React.FC<{ keywords: string[] }> = ({keywords}) => {
4848
direction='rtl'
4949
disabled={!isWebAnalyticsConfigured || isWebAnalyticsLimited}
5050
gap='gap-0'
51-
hint='Cookie-free, first party traffic analytics for your site'
51+
hint={
52+
!isWebAnalyticsConfigured ?
53+
<>
54+
Cookie-free, first party traffic analytics for your site
55+
</>
56+
:
57+
<>
58+
Cookie-free, first party traffic analytics for your site, powered by <a className='text-green' href="https://ghost.org/integrations/tinybird" rel="noopener noreferrer" target='_blank'>Tinybird</a>
59+
</>
60+
}
5261
label='Web analytics'
5362
labelClasses='py-4 w-full'
5463
onChange={(e) => {
@@ -68,7 +77,7 @@ const Analytics: React.FC<{ keywords: string[] }> = ({keywords}) => {
6877
<div className='mb-5 rounded-md border border-grey-200 bg-grey-50 px-4 py-2.5 text-sm dark:border-grey-900 dark:bg-grey-925'>
6978
<span className='flex items-start gap-2'>
7079
<span>
71-
Web analytics in Ghost is powered by <a className='text-green' href="https://tinybird.co" rel="noopener noreferrer" target='_blank'>Tinybird</a> and requires configuration to start collecting data. <a className='text-green' href="https://docs.ghost.org/install/docker#tinybird-integration" rel="noopener noreferrer" target='_blank'>Get started &rarr;</a>
80+
Web analytics in Ghost is powered by <a className='text-green' href="https://tbrd.co/ghost" rel="noopener noreferrer" target='_blank'>Tinybird</a> and requires configuration to start collecting data. <a className='text-green' href="https://docs.ghost.org/install/docker#tinybird-integration" rel="noopener noreferrer" target='_blank'>Get started &rarr;</a>
7281
</span>
7382
</span>
7483
</div>

0 commit comments

Comments
 (0)