Skip to content

Commit 5f0cf47

Browse files
fix: layout
1 parent fe13401 commit 5f0cf47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Triples.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const Triples = () => {
8282
>
8383
👍 {triple.vault?.positionCount}{' '}
8484
</button>
85-
<div className="gap-1">
85+
<div className="flex flex-row">
8686
{triple.vault?.myPosition.map((position) => (
8787
<AccountImage
8888
key={position.accountId}
@@ -120,7 +120,7 @@ const Triples = () => {
120120
>
121121
👎 {triple.counterVault?.positionCount}{' '}
122122
</button>
123-
<div className="gap-1">
123+
<div className="flex flex-row">
124124
{triple.counterVault?.myPosition.map((position) => (
125125
<AccountImage
126126
key={position.accountId}

0 commit comments

Comments
 (0)