We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e6ca5 commit 33b8ce0Copy full SHA for 33b8ce0
src/components/incentives/IncentivesCard.tsx
@@ -27,6 +27,7 @@ interface IncentivesCardProps {
27
tooltip?: ReactNode;
28
market: string;
29
protocolAction?: ProtocolAction;
30
+ align?: 'center' | 'flex-end';
31
}
32
33
export const IncentivesCard = ({
0 commit comments