Skip to content

Commit

Permalink
chore(vue): fix removed template in home
Browse files Browse the repository at this point in the history
  • Loading branch information
lakardion committed Dec 17, 2024
1 parent 988a9a4 commit 08de420
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

<template>
<div class="mx-auto flex min-h-full max-w-2xl flex-col items-center px-6 py-20 sm:py-48 lg:px-8">
<h1 class="text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">Welcome to vuets!</h1>
<h1 class="text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">
Welcome to {{ cookiecutter.project_name }}!
</h1>
<p class="mt-6 text-lg leading-8 text-gray-600">
Here's some information about vuets. Please update and expand on this text. This text is the
Here's some information about {{ cookiecutter.project_name }}. Please update and expand on this text. This text is
first thing that users will see on the home page.
</p>
<div class="mt-10 flex items-center justify-center gap-x-6">
Expand Down

0 comments on commit 08de420

Please sign in to comment.