Skip to content

Commit

Permalink
Merge pull request #168 from autonomys/chore-credit-button
Browse files Browse the repository at this point in the history
Make ask for more credits button more striking
  • Loading branch information
clostao authored Jan 31, 2025
2 parents 3ed50b9 + 2485e33 commit 58f9dca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/RemainingCreditTracker/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import bytes from 'bytes';
import { Download, Upload } from 'lucide-react';
import { Button } from '../common/Button';

interface CreditLimitsProps {
uploadPending: number;
Expand Down Expand Up @@ -83,14 +84,14 @@ export const RemainingCreditTracker = ({
{startDate} - {endDate}
</div>
</div>
<div className='mt-1 flex flex-col text-center'>
<div className='mt-2 flex flex-col text-center'>
<a
target='_blank'
rel='noreferrer'
href='https://forms.gle/EAPzicXcbP7gH2uT6'
className='text-sm text-black hover:underline'
>
Ask for more credits
<Button variant='primary'>Ask for more credits</Button>
</a>
</div>
</div>
Expand Down

0 comments on commit 58f9dca

Please sign in to comment.