Skip to content

Commit 82d5d77

Browse files
committed
chore/swap clickhouse logo with postgres, small text fix in hero
1 parent 0c98997 commit 82d5d77

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed
Lines changed: 20 additions & 0 deletions
Loading

website/src/components/Depedencies.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<span class="regular-m">REDIS</span>
2020
</div>
2121
<div class="card">
22-
<img src="/images/clickhouse-icon.svg" alt="CLICKHOUSE" />
23-
<span class="regular-m">CLICKHOUSE</span>
22+
<img src="/images/postgres-icon.svg" alt="POSTGRES" />
23+
<span class="regular-m">POSTGRES</span>
2424
</div>
2525
</div>
2626
<div class="divider">

website/src/components/Hero.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { LINKS } from "../links";
1212
<div>
1313
<p class="regular-l sans-serif">
1414
Manage and deliver platform events directly to your users' preferred <strong
15-
class="sans-serif">event destinations</strong
15+
class="sans-serif">Event Destinations</strong
1616
>: Webhooks, Hookdeck, AWS SQS, RabbitMQ, GCP Pub/Sub, Amazon
1717
EventBridge, and Kafka.
1818
</p>
@@ -137,6 +137,10 @@ import { LINKS } from "../links";
137137
p {
138138
margin: 0;
139139
color: var(--foreground-neutral-2);
140+
141+
strong {
142+
font-weight: 500;
143+
}
140144
}
141145

142146
.button-group {

0 commit comments

Comments
 (0)