-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(console): Billing & Invoicing - page frame #2399
feat(console): Billing & Invoicing - page frame #2399
Conversation
<Button btnType="secondary-alt" btnSize="sm"> | ||
<div className="flex flex-row items-center gap-3"> | ||
<Text size="sm" weight="medium" className="text-gray-700"> | ||
Compare plans |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should point to https://rollup.id/pricing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pointed
<TbReceipt2 size={24} className="mr-2" /> | ||
<div className="flex flex-row w-full items-center justify-between"> | ||
<Text size="sm" weight="medium"> | ||
Billing & Invoicing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be displayed at all and the route it's pointing to should be named more obscurely until we're done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented out link & reversed route name 🤷♀️
<PlanFeatures | ||
features={[ | ||
{ | ||
title: 'Custom Branding', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sync up with @picassobanana on these, for desktop and mobile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Synced up, added mobile version
f087c0e
to
68aa7c1
Compare
68aa7c1
to
cbe29cb
Compare
Description
Related Issues
Testing
const proAllotance = 3
andconst proUsage = 2
in billing loader to match figmaChecklist