Replace films page H2 by Studio Ghibli logo
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<template>
|
||||
<section class="py-4">
|
||||
<h2 class="text-3xl font-normal mx-auto block text-center mb-4">
|
||||
Ghibli films
|
||||
</h2>
|
||||
<img
|
||||
class="w-full max-w-md mx-auto mb-8"
|
||||
src="~/assets/images/logo.png"
|
||||
alt="Studio Ghibli"
|
||||
/>
|
||||
<Grid :dataSource="films" />
|
||||
</section>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user