Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
megoxv committed Aug 4, 2023
1 parent 2149fca commit 4300d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/pages/my-loved.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="flex justify-between items-end content-end">
<div>
<h1 class="text-white text-2xl md:text-3xl font-bold mb-1">My Loves</h1>
{{-- <p class="font-normal text-gray-400 md:w-[600px]">Open-Source UI Components made with Tailwind CSS</p> --}}
<p class="font-normal text-gray-400 md:w-[600px]">Explore beloved components. Find liked collection, engage with favorites, stay connected.</p>
</div>
<div class="relative group rounded-md hidden lg:block">
<input type="search" wire:model="search" id="search" class="block p-4 rounded-md w-full text-base font-normal text-white bg-gray-25 outline outline-1 outline-gray-700 appearance-none focus:outline-primary-500 border-none focus:ring-transparent peer" placeholder="Search...">
Expand Down

0 comments on commit 4300d58

Please sign in to comment.