5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 04:34:16 +00:00

fix: corregido espacio en componente block_list

This commit is contained in:
jazzari 2024-02-27 12:18:18 -03:00
parent 85cfed59fc
commit 7837e2e85f

View file

@ -4,5 +4,5 @@
.d-flex.flex-row
= render 'components/checkbox', id: blocklist['id'] do
-#%span.h4= blocklist["title"]
%h4
%h4.m-0
%a{ href: blocklist['link'] }= blocklist['title']