remove corner animated image
This commit is contained in:
parent
f69a813be7
commit
59e3783cbd
@ -16,8 +16,6 @@ interface LandingProps {
|
||||
export default function Landing({ jobs, skills, projects }: LandingProps): React.JSX.Element {
|
||||
return (
|
||||
<div>
|
||||
<Image src={'https://i.giphy.com/TBCVggEb9DzSHTUI19.webp'} alt={'peng'} width={220} height={220} style={{ position: 'fixed', bottom: 0, left: 0 }} />
|
||||
|
||||
<article className='flex-row align-baseline'>
|
||||
<p>❗👷 This site is under construction 🚧 🏗️ 🚧</p>
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user