Skip to content

Commit

Permalink
ar(fix) DPCP-44-24: Nyx Timeout on Hydration, Audio Player disable au…
Browse files Browse the repository at this point in the history
…toPlay.
  • Loading branch information
angeloreale committed Aug 5, 2024
1 parent 686ad00 commit 56b2516
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "husky"
},
"dependencies": {
"@dreampipcom/oneiros": "0.0.12",
"@dreampipcom/oneiros": "0.0.14",
"@sentry/nextjs": "7.118.0",
"next": "14.2.4",
"react": "18",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/client/blocks/topnav-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const VTopNav = ({ user }: VTopNavProps) => {
<VSignIn className="col-span-full col-start-0 md:col-span-3 md:col-start-9 lg:col-start-10 lg:col-span-2" user={_user} />
<DPGrid full bleed={EBleedVariant.ZERO} variant={EGridVariant.TWELVE_COLUMNS} className="col-span-full col-start-0 md:col-span-4 md:col-start-12 lg:col-span-4 lg:col-start-12">
<div className="flex w-full sm:justify-end">
<AudioPlayer autoPlay={false} prompt="" theme={theme} />
<AudioPlayer prompt="" theme={theme} />
<DPButton className="ml-a1" theme={theme} icon={ESystemIcon['lightbulb']} onClick={handleThemeSwitch} />
</div>
</DPGrid>
Expand Down

0 comments on commit 56b2516

Please sign in to comment.