Skip to content

Commit

Permalink
rename to zenmo
Browse files Browse the repository at this point in the history
  • Loading branch information
howieraem committed Dec 2, 2022
1 parent 6d4a505 commit 686b481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ********************** IMPORTANT **********************
#
# some of the functions are not fully refactored due to the change we made
# from ads manager to Venmo. Please proceed with caution.
# from ads manager to Zenmo. Please proceed with caution.
#
# ********************** IMPORTANT **********************

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Venmo</title>
<title>Zenmo</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Request/RequestEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const RequestEntry = (props) => {
}
const toastMsg = (msg && <Toast>
<Toast.Header>
<strong className="me-auto">Venmo Faker</strong>
<strong className="me-auto">Zenmo Faker</strong>
</Toast.Header>
<Toast.Body>{msg}</Toast.Body>
</Toast>)
Expand Down

0 comments on commit 686b481

Please sign in to comment.