Fix sharing
This commit is contained in:
parent
1bfe7e3437
commit
3e9a988748
6 changed files with 88 additions and 13 deletions
2
App.tsx
2
App.tsx
|
|
@ -147,7 +147,7 @@ function App() {
|
|||
<div className="h-screen text-white relative overflow-hidden">
|
||||
<FloatingShapes />
|
||||
<div className="relative z-10 h-full">
|
||||
<SharedQuizView onHostQuiz={(sharedQuiz) => loadSavedQuiz(sharedQuiz)} />
|
||||
<SharedQuizView onHostQuiz={(sharedQuiz) => loadSavedQuiz(sharedQuiz)} shareToken={sharedMatch![1]} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue