fix: correct typo in logs title

This commit is contained in:
faytranevozter 2024-12-27 01:34:20 +07:00
parent 8c8ffe04a7
commit 6df66c3871

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>