Skip to content

Commit

Permalink
feat: feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
YohanTz committed Jun 27, 2024
1 parent 30f5319 commit b29845d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export default async function TokenPage({
/>

<div className="flex flex-col lg:gap-8">
<div className="flex flex-col-reverse lg:flex-col lg:gap-8">
<div className="flex flex-col-reverse gap-5 lg:flex-col lg:gap-8">
<TokenStats
tokenInfos={tokenInfosInitialData.data}
className="mb-8 lg:mb-0"
className="mb-5 lg:mb-0"
/>
<TokenActions
tokenInfos={tokenInfosInitialData.data}
Expand Down

0 comments on commit b29845d

Please sign in to comment.