Skip to content

Commit

Permalink
Sponsor List: new variant
Browse files Browse the repository at this point in the history
- added variant with link
  • Loading branch information
xentenza committed Sep 10, 2024
1 parent 4910a74 commit 5f2ef14
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions assets/components/organisms/sponsor-list/sponsor-list-link.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div class="row justify-content-center align-items-center">
<div class="col-md-4">
<a href="#">
{% include '@molecules/sponsor/sponsor.twig' %}
</a>
</div>
<div class="col-md-4">
<a href="#">
{% include '@molecules/sponsor/sponsor.twig' %}
</a>
</div>
<div class="col-md-4">
<a href="#">
{% include '@molecules/sponsor/sponsor.twig' %}
</a>
</div>
5 changes: 4 additions & 1 deletion assets/components/organisms/sponsor-list/sponsor-list.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
title: Sponsor List
name: sponsor-list
name: sponsor-list
variants:
- name: link
title: Sponsor List with link

0 comments on commit 5f2ef14

Please sign in to comment.