Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathakurxd committed Mar 7, 2024
1 parent 0d53521 commit e4393d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/Conference.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '@tldraw/tldraw/tldraw.css'
import { TldrawLogo } from '../components/TldrawLogo'
import { CreatePollButton } from '../components/CreatePollButton'
import './styles.css'
import { Tldraw, coreShapes } from '@tldraw/tldraw'
import { Tldraw } from '@tldraw/tldraw'
import { useYjsStore } from '../useYjsStore'
import { useState } from 'react'
import { Pagination } from './Pagination'
Expand Down Expand Up @@ -48,7 +48,6 @@ function Conference() {
<div className="invite-text">COPY INVITE LINK</div>
<CopyButton value={`make-real-polls.vercel.app/?room=${roomCode}`} />
</div>
{/* <div>Invite others: make-real-polls.vercel.app/?room={roomCode}</div> */}
<Footer />
</div>
<div className="editor">
Expand Down

0 comments on commit e4393d6

Please sign in to comment.