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
commit 87ef889114
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>