Skip to content

Commit

Permalink
chore: topic length 60 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
LeslieOA committed Sep 17, 2024
1 parent e45c815 commit d747247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/Compose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Compose = ({
const [message, setMessage] = useState("");
const maxMessageLength = 800;
const [topicName, setTopicName] = useState("");
const maxTopicLength = 50;
const maxTopicLength = 60;
const [isSending, setIsSending] = useState(false);

const activeHandle = activeAddress ? handles[activeAddress] || "" : "";
Expand Down

0 comments on commit d747247

Please sign in to comment.