Skip to content

Commit

Permalink
fix: formatted using pretter
Browse files Browse the repository at this point in the history
  • Loading branch information
Srish-ty committed Nov 8, 2023
1 parent b5fe63a commit 7c2ee1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/components/marginals/Footer/TermsNCredits.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import React from 'react';
import styled from 'styled-components';
import tw from 'twin.macro';
import { LastLine, Terms, ConditionItems, Credits } from './styles';

const TermsNCredits = ({ copyw }) => {
Expand All @@ -10,7 +8,6 @@ const TermsNCredits = ({ copyw }) => {
<ConditionItems>Privacy & Cookies</ConditionItems>
<ConditionItems>Terms and Conditions</ConditionItems>
</Terms>

<Credits>{copyw.content}</Credits>
</LastLine>
);
Expand Down
6 changes: 2 additions & 4 deletions src/components/sponsor section/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,14 @@ export const GammaSponsors = styled.div`
}
`;


export const DeltaLogoFirst = styled.div`
${tw`
flex
flex-row
md:gap-[48px]
gap-[24px]
`}
`
`;

export const DeltaLogoSecond = styled.div`
${tw`
Expand All @@ -268,7 +267,7 @@ export const DeltaLogoSecond = styled.div`
md:gap-[78px]
gap-[24px]
`}
`
`;

export const DeltaLogoContainer = styled.div`
${tw`
Expand All @@ -279,7 +278,6 @@ export const DeltaLogoContainer = styled.div`
items-center
justify-center
`}
`;

export const DeltaContainer = styled.div`
Expand Down

0 comments on commit 7c2ee1c

Please sign in to comment.