Skip to content

Commit

Permalink
fix: typo Logssss > Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
190km committed Dec 26, 2024
1 parent 379ea2a commit cbfdda1
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 cbfdda1

Please sign in to comment.