Skip to content

Commit

Permalink
Merge pull request #40 from jamalsoueidan/payouts
Browse files Browse the repository at this point in the history
Payouts Account (create, destroy, get)
  • Loading branch information
jamalsoueidan authored Mar 30, 2024
2 parents beca643 + 5f6797f commit de5e6d0
Show file tree
Hide file tree
Showing 28 changed files with 5,143 additions and 4,238 deletions.
7 changes: 7 additions & 0 deletions app/components/AccountMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
IconAddressBook,
IconCalendarEvent,
IconClock,
IconCurrencyDollar,
IconFingerprint,
IconHeartHandshake,
IconHome,
Expand Down Expand Up @@ -63,6 +64,12 @@ const topMenu = [
icon: IconPlaneDeparture,
isBusiness: true,
},
{
link: '/account/payouts',
label: 'Udbetalinger',
icon: IconCurrencyDollar,
isBusiness: true,
},
];

const bottomMenu = [
Expand Down
1 change: 1 addition & 0 deletions app/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const CardStack = ({artists: starter}: {artists: User[]}) => {
h="380px"
w="380px"
radius="xl"
sizes="(min-width: 45em) 50vw, 100vw"
src={artist.images?.profile?.url}
fallbackSrc="https://placehold.co/400x600?text=Ekspert"
/>
Expand Down
Loading

0 comments on commit de5e6d0

Please sign in to comment.