Skip to content

Commit d90750f

Browse files
committed
[TASK] Change data-group value for text links
1 parent 08a9711 commit d90750f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ <h2>Text link</h2>
6767
<div class="flex__12">
6868
<a href="./images/2-1200.webp"
6969
class="lightbox"
70-
data-group="Netherlands">
70+
data-group="textlink">
7171
Picturesque house facades in Leiden.
7272
</a>
7373
</div>
7474

7575
<div class="flex__12">
7676
<a href="./images/3-1200.webp"
7777
class="lightbox"
78-
data-group="Netherlands"
78+
data-group="textlink"
7979
data-caption="A day trip to Leiden on our vacation in the Netherlands.">
8080
The river 'Oude Rijn' in Leiden.
8181
</a>
@@ -84,7 +84,7 @@ <h2>Text link</h2>
8484
<div class="flex__12">
8585
<a href="./images/1337.webp"
8686
class="lightbox"
87-
data-group="Netherlands">
87+
data-group="textlink">
8888
This link causes an error
8989
</a>
9090
</div>

0 commit comments

Comments
 (0)