Skip to content

Commit

Permalink
[fix] CardTitle (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
lim396 authored Nov 13, 2023
1 parent a5fdc32 commit f955c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/room/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function CreateChatRoom() {
return (
<Card className="w-[300px]">
<CardHeader>
<CardTitle>Create Account</CardTitle>
<CardTitle>Create ChatRoom</CardTitle>
</CardHeader>
<CardContent>
<Form />
Expand Down

0 comments on commit f955c2a

Please sign in to comment.