This commit is contained in:
lesion 2021-12-07 01:26:03 +01:00
parent 9c3070a90d
commit ad93f83b12
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -637,6 +637,7 @@ function create_if_block(ctx) {
attr(div2, "class", "container");
attr(a, "href", a_href_value = "" + (ctx[0] + "/event/" + (ctx[1].slug || ctx[1].id)));
attr(a, "class", "card");
attr(a, "target", "_blank");
},
m(target, anchor) {
insert(target, a, anchor);