Skip to content

Commit 8a0beb5

Browse files
authored
Merge pull request #658 from AvdLee/add-reseller-text-to-pricing-section
Add reseller text to pricing section on team insights page
2 parents a84e16f + 7f8f970 commit 8a0beb5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ a {
135135
.gray-text {
136136
color: #aaa;
137137
}
138+
.gray-link {
139+
color: #aaa;
140+
}
141+
.gray-link:hover {
142+
color: #aaa;
143+
text-decoration: none;
144+
}
138145
/* Notifications */
139146
.notification {
140147
border: 1px solid #0093ff;

docs/team-insights.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ <h2 class="section-headline gray-text">Ready to get started?</h2>
479479
publishable-key="pk_live_51QT1gdAprKYhJoSqnISZjmO3BIfZpA01ZXMM697LzdrkD6LqrqlNvx2Y5SzgazuUoq7iOgN4iAbSvSpV4Jvc6Gcl00D4hvBbyO"
480480
>
481481
</stripe-pricing-table>
482+
<p class="text-center mt-3 gray-text">If you are a software reseller or broker, please contact <a href="mailto:ralphduin@rocketsim.app" class="gray-link">ralphduin@rocketsim.app</a></p>
482483
</div>
483484
</div>
484485

0 commit comments

Comments
 (0)