Toyshot commited on
Commit
4de6608
·
verified ·
1 Parent(s): 523356e

Fix this man

Browse files
Files changed (1) hide show
  1. index.html +6 -7
index.html CHANGED
@@ -62,8 +62,8 @@
62
  <!-- Logo -->
63
  <div class="flex items-center p-4">
64
  <h1 class="text-xl serif text-[#EAE7E3] ml-2">Syntra</h1>
65
- </div>
66
- <!-- New Chat Button -->
67
  <div class="mx-4 mb-6 mt-[70px]">
68
  <button class="flex items-center gap-2">
69
  <div class="w-[30px] h-[30px] rounded-full bg-[#FF6B3A] flex items-center justify-center">
@@ -152,14 +152,13 @@
152
  <i data-feather="clock" class="w-full h-full stroke-current"></i>
153
  </button>
154
  </div>
155
- <
156
- input
157
  type="text"
158
  placeholder=""
159
  class="w-full bg-dark-700 px-4 pt-3 pb-10 rounded-xl focus:outline-none"
160
- >
161
- <div class="absolute right-2 top-3 flex items-center space-x-2">
162
- <button class="w-8 h-8 rounded-lg bg-accent-500 flex items-center justify-center hover:bg-accent-600">
163
  <i data-feather="arrow-up" class="w-4 h-4 stroke-white"></i>
164
  </button>
165
  <div class="flex items-center px-2.5 py-1 rounded-lg hover:bg-dark-600">
 
62
  <!-- Logo -->
63
  <div class="flex items-center p-4">
64
  <h1 class="text-xl serif text-[#EAE7E3] ml-2">Syntra</h1>
65
+ </div>
66
+ <!-- New Chat Button -->
67
  <div class="mx-4 mb-6 mt-[70px]">
68
  <button class="flex items-center gap-2">
69
  <div class="w-[30px] h-[30px] rounded-full bg-[#FF6B3A] flex items-center justify-center">
 
152
  <i data-feather="clock" class="w-full h-full stroke-current"></i>
153
  </button>
154
  </div>
155
+ <input
 
156
  type="text"
157
  placeholder=""
158
  class="w-full bg-dark-700 px-4 pt-3 pb-10 rounded-xl focus:outline-none"
159
+ >
160
+ <div class="absolute right-2 top-3 flex items-center space-x-2">
161
+ <button class="w-8 h-8 rounded-lg bg-accent-500 flex items-center justify-center hover:bg-accent-600">
162
  <i data-feather="arrow-up" class="w-4 h-4 stroke-white"></i>
163
  </button>
164
  <div class="flex items-center px-2.5 py-1 rounded-lg hover:bg-dark-600">