aboutsummaryrefslogtreecommitdiff
path: root/src/app/page.js
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-17 07:08:55 +0530
committerreal-zephex <[email protected]>2024-03-17 07:08:55 +0530
commitbc2963f9e76a4000e3f1747b6fa4affdebba3956 (patch)
tree39fa19bbe792b3b90b526ef5460545c76bca3dcf /src/app/page.js
parentminor fixes and feature improvements: added an indicator which shows when the... (diff)
downloaddramalama-bc2963f9e76a4000e3f1747b6fa4affdebba3956.tar.xz
dramalama-bc2963f9e76a4000e3f1747b6fa4affdebba3956.zip
prettified the code :)
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>
);