repos / neovimcraft

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

commit
098b3ed
parent
7208c0b
author
Eric Bower
date
2024-04-04 14:03:08 +0000 UTC
chore: add trailing slash
1 files changed,  +1, -1
M src/scripts/static.ts
+1, -1
1@@ -193,7 +193,7 @@ const createPluginItem = (plugin: Plugin, tags: Tag[]) => {
2 <div class="container plugin" data-username="${dataUsername}" data-repo="${dataRepo}" data-desc="${dataDesc}" data-tags="${dataTags}">
3   <div class="header">
4     <h2 class="item_header">
5-      <a href="/plugin/${plugin.username}/${plugin.repo}">${plugin.repo}</a>
6+      <a href="/plugin/${plugin.username}/${plugin.repo}/">${plugin.repo}</a>
7     </h2>
8     <div class="metrics">
9       ${repoLink}