Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
Add visibility copy for host
Browse files Browse the repository at this point in the history
  • Loading branch information
corytheboyd committed Apr 1, 2021
1 parent 19925a9 commit 0e07d22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/client/src/views/pages/Sessions/Show/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,12 @@ export const SessionShowPage: React.FC = () => {
{context.isHost && (
<div className="bg-gray-200 w-full p-3 rounded-lg shadow-inner text-gray-700">
<div className="flex justify-between">
<h3 className="font-bold">Session Settings</h3>
<div className="flex items-baseline space-x-2">
<h3 className="font-bold">Session Settings</h3>
<span className="text-xs text-gray-500">
Only you can see this section
</span>
</div>

<div className="text-sm flex flex-row items-center space-x-1">
<div className="h-6 w-6 flex">
Expand Down

0 comments on commit 0e07d22

Please sign in to comment.