Skip to content

Commit

Permalink
Merge pull request #999 from 190km/logs-typo
Browse files Browse the repository at this point in the history
fix: typo Logssss > Logs
  • Loading branch information
Siumauricio authored Dec 26, 2024
2 parents f349492 + cbfdda1 commit 87ef889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 87ef889

Please sign in to comment.