Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
kektobiologist committed Oct 23, 2024
1 parent 67f94ad commit 6250e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/common/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const SettingsPage = () => {
</Tag>
</Stack>
<Stack direction='row' alignItems={"center"} justifyContent={"space-between"} marginTop={0}>
<Text color={"minusxBW.800"} fontSize="sm">Credits remaining today</Text>
<Text color={"minusxBW.800"} fontSize="sm">Credits remaining</Text>
<CreditsPill credits={billing.credits} />
{/* <Tag colorScheme={billing.isSubscribed ? 'minusxGreen' : 'minusxBW'} size="md" variant='solid'>
<TagLabel color={billing.isSubscribed ? 'minusxBW.100' : 'minusxBW.600'}>{billing.isSubscribed ? 'Pro Plan' : 'Free Plan'}</TagLabel>
Expand Down

0 comments on commit 6250e27

Please sign in to comment.