Skip to content

Commit

Permalink
Update dependencies and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcrammer committed Feb 5, 2024
1 parent 82eb8b5 commit cb274b3
Show file tree
Hide file tree
Showing 11 changed files with 2,876 additions and 273 deletions.
6 changes: 6 additions & 0 deletions components/Utils/inter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { Inter } from "next/font/google"
const interFont = Inter({ subsets: ["latin"] })

export default function inter() {
return interFont.className
}
4 changes: 4 additions & 0 deletions components/Utils/paymentFormProps.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const paymentFormProps = {
applicationId: "sq0idp-3MlI-2vf_EiTVGnN-Ev2ww",
locationId: "L7SNRPMP0X2V5",
}
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
transpilePackages: ["@square/web-sdk", "react-square-web-payments-sdk"],
}

module.exports = nextConfig
Loading

0 comments on commit cb274b3

Please sign in to comment.