File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,15 @@ const App = {
283283 <h2 class="my-8 tracking-tight font-semibold text-xl text-slate-600">Tailwind SPA Templates</h2>
284284 <div class="flex flex-wrap justify-center gap-x-2">
285285 <div>
286- <ProjectTemplate :name="name" :mix="mixTags" repo="NetCoreTemplates/vue-spa" :tags="['vite','auth']" :count="count('vue-spa')">
286+ <ProjectTemplate :name="name" :mix="mixTags" repo="NetCoreTemplates/vue-static" :tags="['vite','static']" :count="count('vue-static')">
287+ <div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Vue Static</div>
288+ <template #icon>
289+ <svg class="w-12 h-12 text-indigo-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M2 3h3.5L12 15l6.5-12H22L12 21L2 3m4.5 0h3L12 7.58L14.5 3h3L12 13.08L6.5 3Z"/></svg>
290+ </template>
291+ </ProjectTemplate>
292+ </div>
293+ <div>
294+ <ProjectTemplate :name="name" :mix="mixTags" repo="NetCoreTemplates/vue-spa" :tags="['vite','featured']" :count="count('vue-spa')">
287295 <div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Vue SPA</div>
288296 <template #icon>
289297 <svg class="w-12 h-12 text-indigo-600" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M2 3h3.5L12 15l6.5-12H22L12 21L2 3m4.5 0h3L12 7.58L14.5 3h3L12 13.08L6.5 3Z"/></svg>
You can’t perform that action at this time.
0 commit comments