mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
lint
This commit is contained in:
parent
6cf220810f
commit
13df35ed18
4 changed files with 3 additions and 3 deletions
4
app.vue
4
app.vue
|
|
@ -1,9 +1,9 @@
|
|||
<template>
|
||||
<div data-theme="cupcake" class="flex flex-col h-screen">
|
||||
<Navbar />
|
||||
<AppNavbar />
|
||||
<main class="flex-grow">
|
||||
<NuxtPage />
|
||||
</main>
|
||||
<Footer />
|
||||
<AppFooter />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="hero min-h-screen bg-base-200">
|
||||
<div class="hero-content flex-col lg:flex-row-reverse">
|
||||
<img src="/public/chef.svg" class="max-w-sm rounded-lg shadow-2xl" />
|
||||
<img src="/public/chef.svg" class="max-w-sm rounded-lg shadow-2xl" >
|
||||
<div>
|
||||
<h1 class="text-5xl font-bold prose">Eat Something New</h1>
|
||||
<p class="py-6 prose">Generate a random recipe.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue