Rename the project to ElseIFPlayer

This commit is contained in:
He4eT 2021-07-24 19:52:42 +05:00 committed by Alexey
commit 8699868c42
9 changed files with 17 additions and 16 deletions

View file

@ -15,7 +15,7 @@ const fail = details => (
<a
target='_blank'
rel='noopener noreferrer'
href='https://github.com/He4eT/ifplayer/issues'>
href='https://github.com/He4eT/elseifplayer/issues'>
Report bug
</a>
</div>

View file

@ -16,7 +16,7 @@ const themes = [
'wasp'
]
const LS_THEME_KEY = 'ifplayer/theme'
const LS_THEME_KEY = 'elseifplayer/theme'
const DEFAULT_THEME = themes[0]
const getSavedTheme = () => {

View file

@ -21,7 +21,7 @@ export default function ({ themeEngine }) {
return (
<main className='view home'>
<h1>
ifplayer
ElseIFPlayer
</h1>
<section>
@ -32,7 +32,7 @@ export default function ({ themeEngine }) {
Source code can be found in this <a
target='_blank'
rel='noopener noreferrer'
href='https://github.com/He4eT/ifplayer'>
href='https://github.com/He4eT/elseifplayer'>
repository
</a>.
</p>

View file

@ -18,7 +18,7 @@ export default () => (
<a
target='_blank'
rel='noopener noreferrer'
href='https://github.com/He4eT/ifplayer/issues'>
href='https://github.com/He4eT/elseifplayer/issues'>
Report bug
</a>
</div>