Skip to content

Instantly share code, notes, and snippets.

@hieptl
Created November 13, 2021 15:49
Show Gist options
  • Select an option

  • Save hieptl/0733c8a35d46d608209e6d7e455a1bc6 to your computer and use it in GitHub Desktop.

Select an option

Save hieptl/0733c8a35d46d608209e6d7e455a1bc6 to your computer and use it in GitHub Desktop.
RightSidebar.js - Discord Clone
const RightSidebar = () => {
return (
<div className="right-sidebar">
<div className="right-sidebar__title">Active Now</div>
<div className="right-sidebar__description">
<p className="right-sidebar__description-title">It's quiet for now...</p>
<p className="right-sidebar__description-content">When a friend starts active-now activity - like playing a game or hanging out on voice - we'll show it here!</p>
</div>
</div>
);
};
export default RightSidebar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment