Bugfix/fix carousel component (#3709)

* Fix carousel component

* Update changelog
This commit is contained in:
Daniel Idem
2024-09-04 19:19:59 +01:00
committed by GitHub
parent d6dbc0d9e3
commit 8018236942
5 changed files with 13 additions and 73 deletions

View File

@@ -331,7 +331,7 @@
<div class="col-md-8 offset-md-2">
<gf-carousel [aria-label]="'Testimonials'">
@for (testimonial of testimonials; track testimonial) {
<div gf-carousel-item>
<div #carouselItem gf-carousel-item>
<div class="d-flex px-4">
<gf-logo
class="mr-3 mt-2 pt-1"