this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add gap between backlinks

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