Skip to content

Commit f26ca52

Browse files
committed
fix: added instrcution on landing page and github star badge
1 parent 66ca24a commit f26ca52

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

components/navbar.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343

4444
<div class="flex items-center justify-between flex-1">
4545
<div class="items-center">
46+
<img
47+
src="https://img.shields.io/github/stars/technikhil314/offline-diff-viewer?style=social"
48+
alt=""
49+
/>
4650
<slot name="left" />
4751
</div>
4852
<div class="items-center">

pages/index.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<div class="w-full h-full">
33
<Navbar />
44
<div class="h-full">
5-
<main class="h-full mt-24 xl:container">
5+
<main class="flex flex-wrap h-full mt-20 xl:container">
6+
<p class="w-full mb-2 text-xl text-center">
7+
Insert your data below to find the difference in them
8+
</p>
69
<form @submit="checkForm" class="w-full h-full">
710
<div class="flex flex-wrap w-full h-full gap-4">
811
<textarea

0 commit comments

Comments
 (0)