Skip to content

Commit 545195b

Browse files
committed
Remove the CodeViewer and PresetShare components from the coaching session page.
1 parent 70c3c13 commit 545195b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/coaching-sessions/[id]/page.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ export default function CoachingSessionsPage() {
133133
<h4 className="w-16 md:w-32 lg:w-48 font-semibold">Session Title</h4>
134134
<div className="ml-auto flex w-full space-x-2 sm:justify-end">
135135
<PresetSelector current={current} future={future} past={past} />
136-
<div className="hidden space-x-2 md:flex">
137-
<CodeViewer />
138-
<PresetShare />
139-
</div>
140136
<PresetActions />
141137
</div>
142138
</div>

0 commit comments

Comments
 (0)