Merge pull request #999 from 190km/logs-typo

fix: typo Logssss > Logs
This commit is contained in:
Mauricio Siu
2024-12-26 13:31:57 -06:00
committed by GitHub

View File

@@ -80,7 +80,7 @@ export const ShowDockerLogs = ({ appName, serverId }: Props) => {
return ( return (
<Card className="bg-background"> <Card className="bg-background">
<CardHeader> <CardHeader>
<CardTitle className="text-xl">Logssss</CardTitle> <CardTitle className="text-xl">Logs</CardTitle>
<CardDescription> <CardDescription>
Watch the logs of the application in real time Watch the logs of the application in real time
</CardDescription> </CardDescription>