Skip to content

Commit

Permalink
style: fix 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Oct 23, 2024
1 parent 0ecc883 commit 9a366f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const AutoCalculate = () => {
return (
<section css={sectionStyle} ref={sectionRef}>
<article css={articleStyle}>
<object type="image/svg+xml" data={imageSrc} css={imageStyle} alt="μ°¨λ“± μ •μ‚° 계산을 μ‰½κ²Œ ν•΄μ£ΌλŠ” UI 이미지"/>
<object type="image/svg+xml" data={imageSrc} css={imageStyle} alt="μ°¨λ“± μ •μ‚° 계산을 μ‰½κ²Œ ν•΄μ£ΌλŠ” UI 이미지" />
<div css={textContainerStyle}>
<Text size="subTitle" responsive={true}>
계산은 저희가 μ•Œμ•„μ„œ ν•΄λ“œλ €μš”
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import {css} from '@emotion/react';
import {useRef} from 'react';

import useMainPageYScroll from '@hooks/useMainPageYScroll';

import {useRef} from 'react';

import {SimpleShare} from './SimpleShare';
import {AutoCalculate} from './AutoCalculate';
import {CheckDeposit} from './CheckDeposit';
Expand Down

0 comments on commit 9a366f1

Please sign in to comment.