Skip to content

Commit

Permalink
tests: updated visual snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Apr 27, 2024
1 parent 08f17c6 commit 5eb8963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified __snapshots__/page-homeview--no-user-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ const scrollToTop = () => {
<img :src="image" alt="Link shortener" />
</section>

<section id="testimonials" class="two-column-grid">
<section id="testimonials">
<hgroup>
<h2>{{ $t("What our customers say") }}</h2>
<p>
{{ $t("Across industries, our magic links are making a difference") }}
</p>
</hgroup>
<ul>
<ul class="two-column-grid">
<li v-for="testimonial in testimonialData" :key="testimonial.id">
<hgroup>
<h3>{{ testimonial.name }}</h3>
Expand Down

0 comments on commit 5eb8963

Please sign in to comment.