chore: blank space
This commit is contained in:
parent
d803c3282e
commit
26f3c433e4
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ export const RepositoryInfoTabContent = ({ repository, initialStats }: Props) =>
|
|||
{repository.provisioningId && <Badge variant="secondary">Managed</Badge>}
|
||||
</div>
|
||||
<p className="text-sm text-muted-foreground mt-0.5">
|
||||
Created {formatDateTime(repository.createdAt)} · Last checked{" "}
|
||||
Created {formatDateTime(repository.createdAt)} · Last checked
|
||||
{formatTimeAgo(repository.lastChecked)}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue