Skip to content

Commit 5eb8963

Browse files
committed
tests: updated visual snapshot
1 parent 08f17c6 commit 5eb8963

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-23.9 KB
Loading

src/views/HomeView.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ const scrollToTop = () => {
6666
<img :src="image" alt="Link shortener" />
6767
</section>
6868

69-
<section id="testimonials" class="two-column-grid">
69+
<section id="testimonials">
7070
<hgroup>
7171
<h2>{{ $t("What our customers say") }}</h2>
7272
<p>
7373
{{ $t("Across industries, our magic links are making a difference") }}
7474
</p>
7575
</hgroup>
76-
<ul>
76+
<ul class="two-column-grid">
7777
<li v-for="testimonial in testimonialData" :key="testimonial.id">
7878
<hgroup>
7979
<h3>{{ testimonial.name }}</h3>

0 commit comments

Comments
 (0)