Skip to content

Commit 6a3f818

Browse files
docs: update banner to ScreenshotOne remove CarbonAds (#1528)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **Updates** * Banner messaging revised to highlight a new product focus and streamline helper text. * Banner styling refreshed with a new indigo background for improved contrast. * Banner call-to-action updated to point to ScreenshotOne with revised link text. * **Chores** * Carbon Ads integration removed from site configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1bc0bef commit 6a3f818

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

apps/content/.vitepress/config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ export default withMermaid(defineConfig({
4949
},
5050
},
5151
},
52-
carbonAds: {
53-
code: 'CW7IE53J',
54-
placement: 'orpcunnoqcom',
55-
},
5652
socialLinks: [
5753
{ icon: 'github', link: 'https://github.com/middleapi/orpc' },
5854
{ icon: 'discord', link: 'https://discord.gg/TXEbwRBvQn' },

apps/content/.vitepress/theme/components/Banner.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ function dismissBanner() {
3535
<div class="banner">
3636
<div class="banner-content">
3737
<div class="banner-text">
38-
Serverless API Gateway<span class="banner-helper">, designed for developers</span> -
38+
The screenshot API <span class="banner-helper">for developers</span> -
3939
</div>
4040

41-
<a class="banner-action" href="https://zuplo.link/orpc" target="_blank" rel="noopener">
42-
Try Zuplo
41+
<a class="banner-action" href="https://screenshotone.com/?ref=orpc" target="_blank" rel="noopener">
42+
Try ScreenshotOne
4343
</a>
4444
</div>
4545

@@ -62,7 +62,7 @@ function dismissBanner() {
6262
}
6363
6464
.banner-container {
65-
background: rgba(255, 0, 189, 0.8);
65+
background: rgb(79, 70, 229);
6666
color: var(--vp-c-white);
6767
}
6868

0 commit comments

Comments
 (0)