Skip to content

Commit

Permalink
Fix card image src
Browse files Browse the repository at this point in the history
  • Loading branch information
samhermes committed Apr 23, 2023
1 parent 8d24009 commit adf02a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A card is a grouping of elements, usually starting with a heading, joined by an
<a href="">Call to Action</a>
</div>
<div class="card-image">
<img src="/img/card-image.jpg" alt="Sunrise Peyto lake Banff national park Canadian Rockies">
<img src="{{ '/img/card-image.jpg' | url }}" alt="Sunrise Peyto lake Banff national park Canadian Rockies">
</div>
</div>
</div>
Expand Down

0 comments on commit adf02a6

Please sign in to comment.