Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Dec 18, 2024
1 parent 639ff84 commit 2bc2040
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions components/react/views/Connected.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ export const Connected = ({
<Image
height={0}
width={0}

src={name === 'Cosmos MetaMask Extension' ? '/metamask.svg' : getRealLogo(logo)}

Check warning on line 62 in components/react/views/Connected.tsx

View check run for this annotation

Codecov / codecov/patch

components/react/views/Connected.tsx#L62

Added line #L62 was not covered by tests

alt={name}
className="w-8 h-8 rounded-full mr-2"
/>
Expand Down
2 changes: 0 additions & 2 deletions components/react/views/Connecting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ export const Connecting = ({
</div>
<div className="flex flex-col w-full h-full mt-4 sm:px-8 sm:py-6">
<img

src={name === 'Cosmos MetaMask Extension' ? '/metamask.svg' : getRealLogo(logo)}

Check warning on line 48 in components/react/views/Connecting.tsx

View check run for this annotation

Codecov / codecov/patch

components/react/views/Connecting.tsx#L48

Added line #L48 was not covered by tests

alt={name}
className="flex-shrink-0 w-20 h-20 mx-auto aspect-1"
/>
Expand Down
2 changes: 0 additions & 2 deletions components/react/views/NotExist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ export const NotExist = ({
</div>
<div className="flex flex-col w-full h-full py-6 mt-4 sm:px-8">
<img

src={name === 'Cosmos MetaMask Extension' ? '/metamask.svg' : getRealLogo(logo)}

Check warning on line 45 in components/react/views/NotExist.tsx

View check run for this annotation

Codecov / codecov/patch

components/react/views/NotExist.tsx#L45

Added line #L45 was not covered by tests

alt={name}
className="flex-shrink-0 w-16 h-16 mx-auto aspect-1"
/>
Expand Down

0 comments on commit 2bc2040

Please sign in to comment.