mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-12 13:26:45 +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>
|
<template>
|
||||||
<div data-theme="cupcake" class="flex flex-col h-screen">
|
<div data-theme="cupcake" class="flex flex-col h-screen">
|
||||||
<Navbar />
|
<AppNavbar />
|
||||||
<main class="flex-grow">
|
<main class="flex-grow">
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<AppFooter />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="hero min-h-screen bg-base-200">
|
<div class="hero min-h-screen bg-base-200">
|
||||||
<div class="hero-content flex-col lg:flex-row-reverse">
|
<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>
|
<div>
|
||||||
<h1 class="text-5xl font-bold prose">Eat Something New</h1>
|
<h1 class="text-5xl font-bold prose">Eat Something New</h1>
|
||||||
<p class="py-6 prose">Generate a random recipe.</p>
|
<p class="py-6 prose">Generate a random recipe.</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue