mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-01 21:38:47 -05:00
Justify filter left
This commit is contained in:
@@ -48,7 +48,7 @@ export default function HomePage() {
|
||||
Learn More
|
||||
</Link>
|
||||
</div>
|
||||
<div>
|
||||
<div className=" w-full">
|
||||
{profilePage()}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user