Skip to content

Commit

Permalink
Add revolut
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Oct 18, 2023
1 parent 1fc62c7 commit 02ceae7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions api/src/controllers/user/bannedPermalinks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -841,3 +841,6 @@ paypal
monzo
pingit
matepay
revolut
transferwise
wise
Binary file added frontend/public/providers/revolut.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/components/Provider/Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Provider: React.FC<Props> = ({
{...props}
>
<img
src={`/providers/${icon}.jpg`}
src={`/providers/${icon}${icon.includes('.') ? '' : '.jpg'}`}
className={styles.provider}
style={{ cursor: url || to || props.onClick ? 'pointer' : 'default' }}
alt={name}
Expand Down

0 comments on commit 02ceae7

Please sign in to comment.