Skip to content

Commit

Permalink
chore: changing the template name to Request Invoicing (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstefdev authored Jul 1, 2024
1 parent ff06c35 commit 24d608f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Request Payment (Invoicing Template)
# Request Invoicing (Invoicing Template)

A simple invoicing template for creating, paying, and viewing requests in Request Network.

Expand Down
2 changes: 1 addition & 1 deletion pages/create-invoice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function CreateInvoice() {
return (
<>
<Head>
<title>Request Payment - Create an Invoice</title>
<title>Request Invoicing - Create an Invoice</title>
</Head>
<div className="container m-auto w-[100%]">
<create-invoice-form ref={formRef} />
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function InvoiceDashboard() {
return (
<>
<Head>
<title>Request Payment</title>
<title>Request Invoicing</title>
</Head>
<div className="container m-auto w-[100%]">
<invoice-dashboard ref={dashboardRef} />
Expand Down
2 changes: 1 addition & 1 deletion utils/connectWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const onboardConfig = {
},
],
appMetadata: {
name: "Request Payment",
name: "Request Invoicing",
icon: "assets/logo.svg",
description: "Request Network Invoicing Template",
},
Expand Down

0 comments on commit 24d608f

Please sign in to comment.