Skip to content

Commit

Permalink
!HotFix: 이미지 파일 우선순위 설정 취소
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobbymin committed Nov 15, 2024
1 parent 0ab2044 commit 86acc1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ import styled from '@emotion/styled';
const FirstPage = () => {
return (
<Wrapper>
<Image
src={logo_icon}
w='3rem'
mb='var(--space-xs)'
fetchPriority='high'
/>
<Image src={logo_icon} w='3rem' mb='var(--space-xs)' />
<Image src={logo_typo} w='50%' minW='120px' mb='var(--space-md)' />
<Content>
<p>시니어가 편리한 일상을</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ import styled from '@emotion/styled';
const SecondPage = () => {
return (
<Wrapper>
<Image
marginTop='auto'
src={CallIllust}
height='90%'
width='90%'
fetchPriority='high'
/>
<Image marginTop='auto' src={CallIllust} height='90%' width='90%' />
<Intro
title='도움이 필요한 순간, 쉽고 빠르게'
content={[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ import styled from '@emotion/styled';
const ThirdPage = () => {
return (
<Wrapper>
<Image
marginTop='auto'
src={PointIllust}
width='80%'
fetchPriority='high'
/>
<Image marginTop='auto' src={PointIllust} width='80%' />
<Intro
title='따뜻한 마음과 함께하는 보람과 혜택'
content={[
Expand Down

0 comments on commit 86acc1d

Please sign in to comment.