Skip to content

Commit

Permalink
fridge default room
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerc99 committed Jul 30, 2024
1 parent 1755688 commit 7c72a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/fridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface Props extends FridgeWordType {
className?: string;
}

const DefaultRoom = "FRIDGE";
const DefaultRoom = "fridge";

const FridgeWord = withPlay<Props>()(
{
Expand Down

0 comments on commit 7c72a40

Please sign in to comment.