mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-09-01 13:35:47 +02:00
styling
This commit is contained in:
parent
f7f464e3c4
commit
a6f5bb9aaf
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue