Fix JSX comment syntax errors in bible reader
- Fixed malformed comment closing tags (*/> to */)
This commit is contained in:
@@ -597,7 +597,7 @@ export default function BibleReaderNew() {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box sx={{ display: 'flex', gap: 2, flexWrap: 'wrap', alignItems: 'center', justifyContent: 'center' }}>
|
<Box sx={{ display: 'flex', gap: 2, flexWrap: 'wrap', alignItems: 'center', justifyContent: 'center' }}>
|
||||||
{/* Books Selection */>
|
{/* Books Selection */}
|
||||||
<Box sx={{ flex: { xs: '1 1 100%', sm: '1 1 auto' }, minWidth: { sm: 200, md: 250 } }}>
|
<Box sx={{ flex: { xs: '1 1 100%', sm: '1 1 auto' }, minWidth: { sm: 200, md: 250 } }}>
|
||||||
<FormControl fullWidth size="small">
|
<FormControl fullWidth size="small">
|
||||||
<InputLabel>{t('book')}</InputLabel>
|
<InputLabel>{t('book')}</InputLabel>
|
||||||
@@ -648,7 +648,7 @@ export default function BibleReaderNew() {
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
{/* Font Size Controls */>
|
{/* Font Size Controls */}
|
||||||
<Box sx={{ flex: { xs: '1 1 100%', sm: '0 1 auto' }, minWidth: { sm: 150 } }}>
|
<Box sx={{ flex: { xs: '1 1 100%', sm: '0 1 auto' }, minWidth: { sm: 150 } }}>
|
||||||
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1 }}>
|
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1 }}>
|
||||||
<IconButton
|
<IconButton
|
||||||
@@ -674,7 +674,7 @@ export default function BibleReaderNew() {
|
|||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
{/* Action Buttons */>
|
{/* Action Buttons */}
|
||||||
<Box sx={{ flex: { xs: '1 1 100%', sm: '1 1 auto' } }}>
|
<Box sx={{ flex: { xs: '1 1 100%', sm: '1 1 auto' } }}>
|
||||||
<Box sx={{ display: 'flex', gap: 1, justifyContent: 'center' }}>
|
<Box sx={{ display: 'flex', gap: 1, justifyContent: 'center' }}>
|
||||||
<Tooltip title={t('toggleFullscreen')}>
|
<Tooltip title={t('toggleFullscreen')}>
|
||||||
|
|||||||
Reference in New Issue
Block a user