Skip to content

Commit fb19d80

Browse files
committed
fix test and set button size
1 parent 747c148 commit fb19d80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

webui/src/views/Ldap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ function showImage(evt: MouseEvent) {
296296
<div class="text-center mt-3">
297297
<router-link
298298
:to="{ path: '/docs/guides/ldap/quick-start' }"
299-
class="btn btn-outline-primary btn-sm mt-3">
299+
class="btn btn-outline-primary btn-lg mt-3">
300300
Try LDIF Setup
301301
</router-link>
302302
</div>

webui/src/views/Mail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function showImage(evt: MouseEvent) {
110110
Simulate outgoing and incoming mail to test real user flows without external dependencies.
111111
</p>
112112
<p class="fst-italic mb-0">
113-
Prevent broken authentication and directory issues before they reach production.
113+
Prevent broken email workflows before they reach production.
114114
</p>
115115
</div>
116116

0 commit comments

Comments
 (0)