mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: correct typo in logs title
This commit is contained in:
parent
8c8ffe04a7
commit
6df66c3871
@ -80,7 +80,7 @@ export const ShowDockerLogs = ({ appName, serverId }: Props) => {
|
||||
return (
|
||||
<Card className="bg-background">
|
||||
<CardHeader>
|
||||
<CardTitle className="text-xl">Logssss</CardTitle>
|
||||
<CardTitle className="text-xl">Logs</CardTitle>
|
||||
<CardDescription>
|
||||
Watch the logs of the application in real time
|
||||
</CardDescription>
|
||||
|
Loading…
Reference in New Issue
Block a user