We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c808c commit 3f93042Copy full SHA for 3f93042
packages/velog-web/src/features/home/components/HomeTab/HomeTab.tsx
@@ -60,7 +60,7 @@ function HomeTab({ isFloatingHeader = false }: Props) {
60
<motion.div
61
initial={false}
62
animate={{
63
- left: isFeed ? '68.33%' : isRecent ? '38.33%' : '2%',
+ left: isFeed ? '70.33%' : isRecent ? '38.33%' : '2%',
64
}}
65
className={cx('indicator')}
66
/>
0 commit comments