repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
c06c969
parent
0ea6a7e
author
Eric Bower
date
2021-07-19 15:05:08 +0000 UTC
use html entity spaces for tags
1 files changed,  +1, -1
M src/lib/tag.svelte
+1, -1
1@@ -15,7 +15,7 @@
2 </script>
3 
4 <span class="tag {findColor(tag)}" on:click={() => onSearch(`tag:${tag.id}`)}>
5-  {tag.id}{#if showCount} x {tag.count}{/if}
6+  {tag.id}{#if showCount}&nbsp;x&nbsp;{tag.count}{/if}
7 </span>
8 
9 <style>