Skip to content

Commit 9f71fe8

Browse files
authored
Merge pull request #424 from hookdeck/chore/postgres-logo-fix
chore/swap clickhouse logo with postgres, small text fix in hero
2 parents 0c98997 + 5556fcb commit 9f71fe8

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
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/Features.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import Alert from "./Features/Alert.astro";
8484
<div class="feature-item item-8">
8585
<BestPractices />
8686
<div class="feature-item-content">
87-
<h3 class="bold-m">Webhook best practices, by default</h3>
87+
<h3 class="bold-m">Default webhook best practices</h3>
8888
<p class="regular-m sans-serif">
8989
Opt-out idempotency headers, timestamp and signature, and signature
9090
rotation.

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)