Skip to content

Commit

Permalink
[TASK] Change data-group value for text links
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Jun 5, 2024
1 parent 08a9711 commit d90750f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ <h2>Text link</h2>
<div class="flex__12">
<a href="./images/2-1200.webp"
class="lightbox"
data-group="Netherlands">
data-group="textlink">
Picturesque house facades in Leiden.
</a>
</div>

<div class="flex__12">
<a href="./images/3-1200.webp"
class="lightbox"
data-group="Netherlands"
data-group="textlink"
data-caption="A day trip to Leiden on our vacation in the Netherlands.">
The river 'Oude Rijn' in Leiden.
</a>
Expand All @@ -84,7 +84,7 @@ <h2>Text link</h2>
<div class="flex__12">
<a href="./images/1337.webp"
class="lightbox"
data-group="Netherlands">
data-group="textlink">
This link causes an error
</a>
</div>
Expand Down

0 comments on commit d90750f

Please sign in to comment.