Justify filter left

This commit is contained in:
MartinBraquet
2025-07-31 02:42:35 +02:00
parent 3ca27d8b77
commit ae80f86df8
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ export default function HomePage() {
Learn More
</Link>
</div>
<div>
<div className=" w-full">
{profilePage()}
</div>
</section>

View File

@@ -188,7 +188,7 @@ export default function ProfilePage() {
</div>
) : (
<div className="text-center py-12">
<p className="text-gray-500 dark:text-gray-400">No profiles found matching your criteria.</p>
{/*<p className="text-gray-500 dark:text-gray-400">No profiles found matching your criteria.</p>*/}
<svg className="mx-auto h-12 w-12 mt-4 text-gray-400" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5}