fix: typo Logssss > Logs

This commit is contained in:
usopp
2024-12-26 17:20:18 +01:00
parent 379ea2ac65
commit cbfdda1928

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>