Skip to content

Commit 79fc279

Browse files
committed
Update Start.cshtml
1 parent cdac59e commit 79fc279

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

MyApp/Pages/Start.cshtml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)