From 4254af086c5a061c065f3446aceb3fe014c693f3 Mon Sep 17 00:00:00 2001 From: arnaud <arnaud.langlade@gmail.com> Date: Wed, 27 Dec 2023 17:04:34 +0100 Subject: [PATCH] rename link --- .../testimonials-section/testimonials-section.jekyll.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/components/testimonials-section/testimonials-section.jekyll.html b/components/components/testimonials-section/testimonials-section.jekyll.html index 4af42f21..34ee81fb 100644 --- a/components/components/testimonials-section/testimonials-section.jekyll.html +++ b/components/components/testimonials-section/testimonials-section.jekyll.html @@ -7,7 +7,7 @@ <div class="section__info"> <div class="section__head"> <h2 class="section__title">{{ include.title | default: "They liked working with me" }}</h2> - <a class="section__link" href="{{ include.link_url }}">View all <i class="ion ion-md-arrow-forward"></i></a> + <a class="section__link" href="{{ include.link_url }}">My experiences <i class="ion ion-md-arrow-forward"></i></a> </div> <div class="section__description">{{ include.description_html }}</div> </div>