Reverted all changes back to version d5141cad7e
This commit is contained in:
@@ -119,7 +119,7 @@ const SchemaObjectRenderer = ({
|
|||||||
{Icon && <Icon className="h-4 w-4" />}
|
{Icon && <Icon className="h-4 w-4" />}
|
||||||
<span>{label}:</span>
|
<span>{label}:</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex-grow text-sm text-foreground pl-6 sm:pl-0 min-w-0">
|
<div className="flex-grow text-sm text-foreground pl-6 sm:pl-0">
|
||||||
{key === "@type" ? (
|
{key === "@type" ? (
|
||||||
<Badge variant="outline">{value as string}</Badge>
|
<Badge variant="outline">{value as string}</Badge>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
@@ -37,14 +37,14 @@ export function SerpPreview({
|
|||||||
return (
|
return (
|
||||||
<div className="p-4 border rounded-lg bg-muted/50 w-full font-sans">
|
<div className="p-4 border rounded-lg bg-muted/50 w-full font-sans">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<div className="w-7 h-7 bg-background rounded-full flex items-center justify-center border flex-shrink-0">
|
<div className="w-7 h-7 bg-background rounded-full flex items-center justify-center border">
|
||||||
<Globe className="w-4 h-4 text-muted-foreground" />
|
<Globe className="w-4 h-4 text-muted-foreground" />
|
||||||
</div>
|
</div>
|
||||||
<div className="min-w-0">
|
<div>
|
||||||
<p className="text-sm text-foreground font-medium -mb-0.5 truncate">
|
<p className="text-sm text-foreground font-medium -mb-0.5">
|
||||||
{displayUrl.split("/")[0]}
|
{displayUrl.split("/")[0]}
|
||||||
</p>
|
</p>
|
||||||
<p className="text-xs text-muted-foreground break-all">{displayUrl}</p>
|
<p className="text-xs text-muted-foreground">{displayUrl}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3 className="text-xl text-blue-600 dark:text-blue-400 mt-2 truncate font-medium">
|
<h3 className="text-xl text-blue-600 dark:text-blue-400 mt-2 truncate font-medium">
|
||||||
|
|||||||
Reference in New Issue
Block a user