Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
perryraskin committed Mar 20, 2020
1 parent a878698 commit 9de1dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/PLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const PLink: NextPage<PLinkProps> = ({}) => {
style={{}}
className="mt-5 bg-green-500 hover:bg-green-700 text-white font-bold py-2 px-4 rounded"
>
Open Link and connect your bank!
Connect your bank!
</PlaidLink>
<div>
<button
Expand Down
5 changes: 2 additions & 3 deletions pages/api/plaid/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import nextConnect from 'next-connect';

const plaid = require('plaid');
const moment = require('moment');
import plaid from 'plaid';
import moment from 'moment';

const PLAID_CLIENT_ID = process.env.PLAID_CLIENT_ID;
const PLAID_SECRET = process.env.PLAID_SECRET_SANDBOX;
Expand Down

0 comments on commit 9de1dfd

Please sign in to comment.