mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Store the UI theme in the LocalStorage
This commit is contained in:
parent
e09705cf23
commit
7f143925ac
6 changed files with 28 additions and 25 deletions
|
|
@ -5,7 +5,7 @@ import {
|
|||
buildPlayLinkHref
|
||||
} from '~/src/utils/utils.routing'
|
||||
|
||||
export default ({ name, ifdb, url, theme }) => (
|
||||
export default ({ name, ifdb, url }) => (
|
||||
<div>
|
||||
<h4>{name}</h4>
|
||||
<a
|
||||
|
|
@ -15,7 +15,7 @@ export default ({ name, ifdb, url, theme }) => (
|
|||
</a>
|
||||
<span> | </span>
|
||||
<Link
|
||||
href={buildPlayLinkHref({ url, theme })}>
|
||||
href={buildPlayLinkHref({ url })}>
|
||||
Play
|
||||
</Link>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue