Skip to content

Commit

Permalink
feat: update expense format
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 15, 2024
1 parent 801fc31 commit 61b0bc7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/mail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,14 @@ export const ExpenseEmail = ({
<strong>Invoice</strong>, enter your address, select
a payment method, and click <strong>Next</strong>.
Fill in expense details on the next page, including
your pull request URL in the{' '}
your pull request name in the{' '}
<strong>Expense title</strong> and the pull request
title in the <strong>Expense description</strong>.
Set the date to <strong>{formattedDate}</strong> and
the amount to <strong>${expenseAmount}</strong>.
Finally, paste the provided key into the notes
section on the last page.
number with the current month and year in the
<strong>Expense description</strong>. Set the date
to <strong>{formattedDate}</strong> and the amount
to <strong>${expenseAmount}</strong>. Finally, paste
the provided key into the notes section on the last
page.
</Text>
<CodeBlock
theme={a11yDark}
Expand Down

0 comments on commit 61b0bc7

Please sign in to comment.