fix: remove alt text from services

This commit is contained in:
nevfy 2024-01-28 18:10:22 +04:00
parent 14d7717a1f
commit 70cedfd5e8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{ $illustration := .Get 0 }}
{{ $title := .Get 1 }}
<div class="card sp-service-card h-100">
<img class="card-img-top rounded-img sp-service-icon" src="{{ $illustration }}" alt="{{ $title }}">
<img class="card-img-top rounded-img sp-service-icon" src="{{ $illustration }}" alt="">
<div class="card-body">
<h4 class="card-title">{{ $title }}</h4>
{{ .Inner }}