forked from pdsls.dev/pdsls
this repo has no description

add gap between backlinks

Changed files
+1 -1
src
components
+1 -1
src/components/backlinks.tsx
··· 30 30 const filteredLinks = createMemo(() => linksBySource(links)); 31 31 32 32 return ( 33 - <div class="break-anywhere flex w-full flex-col"> 33 + <div class="break-anywhere flex w-full flex-col gap-1"> 34 34 <For each={filteredLinks().links}> 35 35 {({ collection, path, counts }) => ( 36 36 <div class="text-sm">