dashboard: improve sharable in mobile
This commit is contained in:
@@ -42,10 +42,10 @@ export default async function Page({ params: { id } }: PageProps) {
|
|||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<a href="https://openpanel.dev?utm_source=openpanel.dev&utm_medium=share">
|
<a href="https://openpanel.dev?utm_source=openpanel.dev&utm_medium=share">
|
||||||
<Logo className="text-white" />
|
<Logo className="text-white max-sm:[&_span]:hidden" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="bg-slate-100 rounded-lg shadow ring-8 ring-blue-600/50">
|
<div className="max-sm:-mx-3 bg-slate-100 rounded-lg shadow ring-8 ring-blue-600/50">
|
||||||
<StickyBelowHeader>
|
<StickyBelowHeader>
|
||||||
<div className="p-4 flex gap-2 justify-between">
|
<div className="p-4 flex gap-2 justify-between">
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export function Logo({ className }: LogoProps) {
|
|||||||
className={cn('text-xl font-medium flex gap-2 items-center', className)}
|
className={cn('text-xl font-medium flex gap-2 items-center', className)}
|
||||||
>
|
>
|
||||||
<LogoSquare className="max-h-8" />
|
<LogoSquare className="max-h-8" />
|
||||||
openpanel.dev
|
<span>openpanel.dev</span>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user