Skip to content

Commit fa8b726

Browse files
committed
add badges
1 parent 5e4764e commit fa8b726

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

webui/src/views/Kafka.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ useMeta(title, description, "https://mokapi.io/kafka")
4141
<div class="row hero-title">
4242
<div class="col-12 col-lg-6 px-0">
4343
<h1>Mock and Validate Kafka Messages with Ease</h1>
44+
<div class="mb-3">
45+
<span class="badge">Kafka</span>
46+
</div>
4447
<p class="description">Test and develop Kafka-based applications faster with Mokapi's powerful mocking and validation tools.</p>
4548
<p class="d-none d-md-block">
4649
<router-link :to="{ path: '/docs/guides' }">
@@ -112,7 +115,7 @@ useMeta(title, description, "https://mokapi.io/kafka")
112115
<section>
113116
<div class="container">
114117
<h2>Use Cases</h2>
115-
<div class="row row-cols-1 row-cols-md-3 g-4">
118+
<div class="row row-cols-1 row-cols-md-3 g-4">
116119
<div class="col">
117120
<div class="card h-100 position-relative">
118121
<div class="card-body">

webui/src/views/Ldap.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ useMeta(title, description, "https://mokapi.io/ldap")
2626
<div class="row hero-title">
2727
<div class="col-12 col-lg-6">
2828
<h1>Use Mokapi to Mock an LDAP Server</h1>
29+
<div class="mb-3">
30+
<span class="badge">LDAP</span>
31+
</div>
2932
<p class="description">Simulate LDAP directories for testing and development without setting up a real LDAP server.</p>
3033
<p class="d-none d-md-block">
3134
<router-link :to="{ path: '/docs/guides' }">

webui/src/views/Smtp.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ function hasTouchSupport() {
5252
<div class="row hero-title">
5353
<div class="col-12 col-lg-6">
5454
<h1>End-to-end email testing for a smooth email experience</h1>
55+
<div class="mb-3">
56+
<span class="badge">SMTP</span>
57+
</div>
5558
<p class="description">Test SMTP emails safely and no risk of spamming mailboxes</p>
5659
<p class="d-none d-md-block">
5760
<router-link :to="{ path: '/docs/guides' }">

0 commit comments

Comments
 (0)