Skip to content

Commit d20f41f

Browse files
committed
Remove double group class
1 parent ef6ca40 commit d20f41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/presets/events/resources/views/components/_events_item.antlers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{ partial:typography/time as="span" :content="{{ singular_handle }}_date_end" format="h:mm" }}
2121
</time>
2222

23-
<a href="{{ url }}" class="group group">
23+
<a href="{{ url }}" class="group">
2424
{{ partial:typography/h3 :content="title" class="underline decoration-primary decoration-2 underline-offset-2 group-hover:text-primary motion-safe:transition-colors" }}
2525
</a>
2626

0 commit comments

Comments
 (0)