Add placeholder to Session logo in JwennSesyon
This commit is contained in:
@@ -2,6 +2,8 @@ import {useState} from 'react'
|
|||||||
import {Box, Button, Typography} from '@material-ui/core'
|
import {Box, Button, Typography} from '@material-ui/core'
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
|
|
||||||
|
import sessionLogo from '../../public/session-logo-50.png'
|
||||||
|
|
||||||
import SesyonDialog from './sesyon-dialog'
|
import SesyonDialog from './sesyon-dialog'
|
||||||
|
|
||||||
export default function JwennSesyon() {
|
export default function JwennSesyon() {
|
||||||
@@ -20,9 +22,10 @@ export default function JwennSesyon() {
|
|||||||
<Button style={{marginTop: 10}} variant='outlined' color='primary' onClick={handleClickOuve}>
|
<Button style={{marginTop: 10}} variant='outlined' color='primary' onClick={handleClickOuve}>
|
||||||
<Box paddingTop={1}>
|
<Box paddingTop={1}>
|
||||||
<Image
|
<Image
|
||||||
src='/session-logo-50.png'
|
src={sessionLogo}
|
||||||
width={50}
|
width={50}
|
||||||
height={55}
|
height={55}
|
||||||
|
placeholder='blur'
|
||||||
/>
|
/>
|
||||||
<Typography style={{fontWeight: 'bold'}} variant='h6' component='h1'>
|
<Typography style={{fontWeight: 'bold'}} variant='h6' component='h1'>
|
||||||
Session
|
Session
|
||||||
|
|||||||
Reference in New Issue
Block a user