Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahan-nub committed Mar 15, 2024
1 parent b3e5797 commit 4f98d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/ChatHeaderTitle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function ChatHeaderTitle() {
console.log(menuState)
}}
></MdMenu>
<span className="text-color-1 text-base md:text-2xl lg:text-3xl mr-1 md:mr-2">#</span> {activeChannel? activeChannel : "Text Channels"}
<span className="text-color-1 text-base md:text-2xl text-nowrap lg:text-3xl mr-1 md:mr-2">#</span> {activeChannel? activeChannel : "Text Channels"}
</div>
</>
)
Expand Down

0 comments on commit 4f98d94

Please sign in to comment.