Skip to content

Commit

Permalink
chore: release 2024 07 11 #4709
Browse files Browse the repository at this point in the history
chore: release 2024 07 11
  • Loading branch information
alfetopito authored Jul 12, 2024
2 parents a1a31a6 + 0109dfe commit a57e338
Show file tree
Hide file tree
Showing 332 changed files with 5,027 additions and 7,275 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@ analyse.html

# Next.js
.next
out
out

# Next.js sitemap
apps/cow-fi/public/robots.txt
apps/cow-fi/public/sitemap*
2 changes: 1 addition & 1 deletion apps/cow-fi/components/AddRpcButton/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Confetti } from '@/components/Confetti'
import { Confetti } from '@cowprotocol/ui'
import styled from 'styled-components/macro'
import { darken, transparentize } from 'polished'
import { useConnectAndAddToWallet } from '../../lib/hooks/useConnectAndAddToWallet'
Expand Down
39 changes: 0 additions & 39 deletions apps/cow-fi/components/Chart/LoadingBubble.tsx

This file was deleted.

1 change: 0 additions & 1 deletion apps/cow-fi/components/Chart/LoadingChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const LoadingChartContainer = styled.div`
flex-direction: row;
align-items: flex-end;
height: 100%;
/* margin-bottom: 44px; */
padding-bottom: 66px;
overflow: hidden;
max-width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion apps/cow-fi/components/ChartSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function ChartSection({ platforms }: ChartSectionProps) {
return null
}, [platforms.ethereum.contractAddress])

const { data, loading, error } = useQuery(tokenPriceQuery, {
const { data, loading } = useQuery(tokenPriceQuery, {
variables: { ...queryVariables },
})

Expand Down
32 changes: 0 additions & 32 deletions apps/cow-fi/components/Confetti.tsx

This file was deleted.

Loading

0 comments on commit a57e338

Please sign in to comment.