Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Nov 28, 2024
1 parent 240c937 commit 35a70e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions ee/tabby-ui/app/(home)/components/completion-charts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export function CompletionCharts({
<div className="flex w-full flex-col items-center justify-center space-y-5 md:flex-row md:space-x-4 md:space-y-0 xl:justify-start">
<AnimationWrapper
viewport={{
// margin: '-70px 0px 0px 0px'
amount: 0.1
}}
delay={0.15}
Expand Down Expand Up @@ -200,7 +199,6 @@ export function CompletionCharts({

<AnimationWrapper
viewport={{
// margin: '-70px 0px 0px 0px'
amount: 0.1
}}
delay={0.2}
Expand Down Expand Up @@ -252,7 +250,6 @@ export function CompletionCharts({
</AnimationWrapper>
<AnimationWrapper
viewport={{
// margin: '-70px 0px 0px 0px'
amount: 0.1
}}
delay={0.25}
Expand Down
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(home)/components/stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default function Stats() {
<>
<AnimationWrapper
viewport={{
margin: '-70px 0px 0px 0px'
amount: 0.1
}}
style={{ width: '100%' }}
delay={0.1}
Expand Down
6 changes: 4 additions & 2 deletions ee/tabby-ui/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function MainPanel() {
<div className="mx-auto flex w-full flex-col items-center gap-6 px-10 lg:-mt-[2vh] lg:max-w-4xl lg:px-0">
<AnimationWrapper
viewport={{
margin: '-70px 0px 0px 0px'
amount: 0.1
}}
>
<Image
Expand All @@ -139,7 +139,9 @@ function MainPanel() {
</AnimationWrapper>
{isChatEnabled && (
<AnimationWrapper
viewport={{ margin: '-140px 0px 0px 0px' }}
viewport={{
amount: 0.1
}}
style={{ width: '100%' }}
delay={0.05}
>
Expand Down

0 comments on commit 35a70e4

Please sign in to comment.