aboutsummaryrefslogtreecommitdiff
path: root/src/app/page.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/page.js')
-rw-r--r--src/app/page.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/page.js b/src/app/page.js
index f8750b9..03a1035 100644
--- a/src/app/page.js
+++ b/src/app/page.js
@@ -10,11 +10,11 @@ export default function Home() {
width={300}
height={300}
alt="Logo"
- >
- </Image>
+ ></Image>
<p>
- Welcome to dramalama. An online service where you can watch kdramas and anime for free.
- </p>
+ Welcome to dramalama. An online service where you can watch
+ kdramas and anime for free.
+ </p>
</div>
</main>
);