Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 온보딩 이미지 lazy-loading 제거 #447

Merged
merged 8 commits into from
Oct 10, 2024
1 change: 1 addition & 0 deletions features/on-boarding/components/molecules/steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export function Steps({ current }: StepsProps) {
alt="온보딩 이미지"
fill
style={{ objectFit: 'contain' }}
loading="eager"
/>
</div>
</div>
Expand Down
Loading