Skip to content

Commit c715d9e

Browse files
committed
Tweak syles on TiersPlus
1 parent 3cf11bd commit c715d9e

File tree

4 files changed

+8
-17
lines changed

4 files changed

+8
-17
lines changed

website/src/components/Tiers/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: flex;
33
width: 100%;
44
flex-direction: row;
5+
padding-bottom: 1rem;
56
}
67

78
.tierRow {

website/src/components/TiersPlus/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const TierList = [
1010
pricing: "$999",
1111
was: "$1,500",
1212
link: "https://github.com/sponsors/benjie/sponsorships?tier_id=42012",
13-
buttonText: "",
13+
buttonText: "Start Monthly Plan",
1414
frequency: "/mo",
1515
comparison: "Cancel any time",
1616
badge: "Updated August 2025",
@@ -38,7 +38,7 @@ const TierList = [
3838
hint: "10% discount",
3939
//was: "$11,988",
4040
link: "mailto:[email protected]?subject=Private%20Advisor%20enquiry",
41-
buttonText: "",
41+
buttonText: "Contact Graphile",
4242
frequency: "/mo",
4343
comparison: "Paid annually — $10,788/yr",
4444
badge: "Best Value — Save $1,200",
@@ -118,7 +118,7 @@ function Tier({
118118

119119
export default function List() {
120120
return (
121-
<section className="padding-vert--sm">
121+
<section className="padding-vert--lg">
122122
<div className={styles.tiers}>
123123
<div className={clsx(styles.tierRow)}>
124124
{TierList.map((props, idx) => (

website/src/components/TiersPlus/styles.module.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@
177177
background-color: var(--ifm-color-primary-lightest);
178178
}
179179

180-
.button:before {
181-
content: "Start Plan";
182-
}
183-
184180
@media screen and (max-width: 1200px) {
185181
.tierRow {
186182
flex-direction: column;
@@ -192,7 +188,4 @@
192188
.banner {
193189
flex-direction: column;
194190
}
195-
.button:before {
196-
content: "GitHub Sponsors";
197-
}
198191
}

website/src/pages/sponsors.mdx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ benefits.
113113
## Development Support
114114

115115
Access development support for Graphile projects through the Private Advisor
116-
tier, giving your organization access to the knowledge and experience of the
117-
Graphile team for any issues you have with Graphile Worker, PostGraphile and the
118-
wider Graphile suite, and other tools in the ecosystem such as TypeScript, SQL,
119-
Node.js, GraphQL and more. If you’re running any of the Graphile tools, you
116+
sponsor tier, giving your organization access to the knowledge and experience of
117+
the Graphile team for any issues you have with Graphile Worker, PostGraphile and
118+
the wider Graphile suite, and other tools in the ecosystem such as TypeScript,
119+
SQL, Node.js, GraphQL and more. If you’re running any of the Graphile tools, you
120120
won’t find anyone more qualified to help.
121121

122122
<ul>
@@ -130,9 +130,6 @@ won’t find anyone more qualified to help.
130130
<li>Reference your code verbatim</li>
131131
<li>Calls arranged as required</li>
132132
<li>NDA available</li>
133-
<li>
134-
<strong>Access to discounted consultancy packages</strong>
135-
</li>
136133
<li>
137134
The warm feeling that comes from knowing{" "}
138135
<strong>

0 commit comments

Comments
 (0)