Skip to content

Commit

Permalink
Disable transak
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Nov 9, 2022
1 parent 8f9c72d commit eb3b140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web/config/feature-flag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const UserAction: { [key: string]: boolean } = {
};

// Fiat ramps
export const BUY_OSMO_TRANSAK = true;
export const BUY_OSMO_TRANSAK = false;

export const HiddenPoolIds: string[] = [];

Expand Down
2 changes: 1 addition & 1 deletion packages/web/pages/pool/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ const Pool: FunctionComponent = observer(() => {
)}
</div>
<div className="flex flex-col gap-7 md:gap-4">
<div className="flex flex-wrap md:gap-3">
<div className="flex flex-col flex-wrap md:gap-3">
<h5 className="md:text-h6 md:font-h6">{t("pool.putAssetsToWork")}</h5>
<span className="subtitle1 md:text-body1 md:font-body1 text-osmoverse-300">
{t("pool.putAssetsToWorkCaption")}{" "}
Expand Down

4 comments on commit eb3b140

@vercel
Copy link

@vercel vercel bot commented on eb3b140 Nov 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on eb3b140 Nov 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on eb3b140 Nov 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on eb3b140 Nov 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.