Skip to content

Commit

Permalink
docs: replace tidb cloud logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 committed Sep 26, 2024
1 parent c6b5481 commit 341fb44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Examples:
## Sponsors

<div align="center">
<a href="https://www.pingcap.com/tidb-serverless/?utm_source=ossinsight&utm_medium=referral">
<img src="/img/tidb-cloud-logo-w.png" alt="tidb cloud logo" height="20" />
<a href="https://www.pingcap.com/tidb-cloud-serverless/?utm_source=ossinsight&utm_medium=referral">
<img src="/img/tidb-cloud-logo-o.png" alt="tidb cloud logo" height="20" />
</a>
</div>
2 changes: 1 addition & 1 deletion web/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ const config = {
{ label: 'About OSS Insight', to: '/docs/about' },
{
label: 'About TiDB Cloud',
to: 'https://www.pingcap.com/tidb-serverless?utm_source=ossinsight&utm_medium=referral'
to: 'https://www.pingcap.com/tidb-cloud-serverless/?utm_source=ossinsight&utm_medium=referral'
},
{ label: 'How do we implement OSS Insight?', to: '/blog/why-we-choose-tidb-to-support-ossinsight' },
/* { label: 'Database Stats', to: '/stats' }, */
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/explore/_components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const TidbCloudLogoImg = styled('img')`
`;

const title = 'GitHub Data Explorer';
const subtitleFull = (total: number) => <>Explore <Highlight color='#9197D0'><StyledAnimatedNumber value={total} hasComma size={18}/></Highlight> GitHub data with no SQL or plotting skills. Powered by <TidbCloudLogoImg height='16' alt='tidb cloud logo' src='/img/tidb-cloud-logo-t.svg' /></>;
const subtitleFull = (total: number) => <>Explore <Highlight color='#9197D0'><StyledAnimatedNumber value={total} hasComma size={18}/></Highlight> GitHub data with no SQL or plotting skills. Powered by <TidbCloudLogoImg height='18' alt='tidb cloud logo' src='/img/tidb-cloud-logo-o.png' /></>;

export default function () {
const visible = useVisibility();
Expand Down
Binary file modified web/static/img/tidb-cloud-logo-o.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 341fb44

Please # to comment.