Skip to content

Commit

Permalink
chore: Show Aptos banner (#5052)
Browse files Browse the repository at this point in the history
chore: show aptos banner
  • Loading branch information
Chef-Yogi authored Oct 24, 2022
1 parent 2013139 commit d66e4bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const useMultipleBannerConfig = () => {

return useMemo(() => {
const NO_SHUFFLE_BANNERS: IBannerConfig[] = [
{ shouldRender: false, banner: <AptosBanner /> },
{ shouldRender: true, banner: <AptosBanner /> },
{
shouldRender: isRenderIFOBanner,
banner: <IFOBanner />,
Expand Down

1 comment on commit d66e4bf

@vercel
Copy link

@vercel vercel bot commented on d66e4bf Oct 24, 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.