mirror of
				https://github.com/walkxcode/dashboard-icons.git
				synced 2025-10-31 16:57:58 +01:00 
			
		
		
		
	styling
This commit is contained in:
		| @@ -54,7 +54,7 @@ export default async function IconsPage() { | ||||
| 	return ( | ||||
| 		<div className="isolate overflow-hidden"> | ||||
| 			<div className="py-8"> | ||||
| 				<div className="space-y-4 mb-8 mx-auto w-7xl"> | ||||
| 				<div className="space-y-4 mb-8 mx-auto max-w-6xl"> | ||||
| 					<div className="flex flex-col sm:flex-row sm:items-center justify-between gap-4"> | ||||
| 						<div> | ||||
| 							<h1 className="text-3xl font-bold">Browse icons</h1> | ||||
|   | ||||
| @@ -347,7 +347,7 @@ export function IconDetails({ icon, iconData, authorData }: IconDetailsProps) { | ||||
| 								<div> | ||||
| 									<h3 className="text-sm font-semibold text-muted-foreground">About this icon</h3> | ||||
| 									<div className="text-xs text-muted-foreground space-y-2"> | ||||
| 										<p>This icon is licensed under the open source MIT license</p> | ||||
| 										<p>This icon is licensed under the open source Apache License 2.0</p> | ||||
| 										<p> | ||||
| 											Available in{" "} | ||||
| 											{availableFormats.length > 1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user