Skip to content

Commit

Permalink
Update index.html and Input.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tt72 committed Jan 3, 2024
1 parent 43b1cbe commit 1e9d516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
<script type="module" src="/src/main.ts"></script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion src/components/Input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}}
/>

<div class="flex">
<div class="flex w-full">
<p class="visible md:hidden">❯</p>

<input
Expand Down

0 comments on commit 1e9d516

Please sign in to comment.