Skip to content

Commit

Permalink
feat: Added title to header of message component in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienHdz committed Oct 17, 2023
1 parent 419884d commit ab46b29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/app/messages/messages.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<div class="flex flex-col items-center md:translate-x-0 transition-transform duration-300 ease-in-out" :class="msgSidebarOpen ? 'translate-x-1/3' : 'translate-x-0'">
<div class="border border-gray-200 w-[600px]">
<!-- Header -->
<div class="sticky flex items-center justify-center bg-slate-50 border-b border-slate-200 px-4 sm:px-6 md:px-5 h-16">
<div class="flex items-center justify-between bg-slate-50 border-b border-slate-200 px-4 sm:px-6 md:px-5 h-16">
<div class="sticky flex items-center bg-slate-50 border-b border-slate-200 px-4 sm:px-6 md:px-5 h-16">
<div class="flex items-center text-xl text-indigo-500 bg-slate-50 border-b border-slate-200 px-4 sm:px-6 md:px-5 h-16">
Lexi, an AI assistant
</div>
</div>
<div class="mt-[50px] mb-[25px] flex flex-col items-center">
Expand Down

0 comments on commit ab46b29

Please sign in to comment.