Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Dec 3, 2024
1 parent 4c475d5 commit 3b0e44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lake/src/components/Cells.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,13 +391,13 @@ export const LinkCell = ({
<Cell fadeOn={fadeOn}>
{atEnd ? (
<>
{button}
{text}
{button}
</>
) : (
<>
{text}
{button}
{text}
</>
)}
</Cell>
Expand Down

0 comments on commit 3b0e44a

Please sign in to comment.