Skip to content

Commit

Permalink
minor text change
Browse files Browse the repository at this point in the history
  • Loading branch information
greybluesea committed Sep 15, 2023
1 parent 2360fe9 commit 920ef8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 1,11 @@
## SpotifyClone
## SpotifyClone - (Supabase Stripe webhooks useSound)

Supabase PostgreSQL Stripe NextAuth email signin,
Supabase client(auth PostgreSQL storage )
Stripe webhooks (receiving events)
schema change via SQL query
Radix UI useSound
learned from Antonio
powered by greybluesea

```bash
npm run dev
Expand Down
2 changes: 1 addition & 1 deletion app/account/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 49,7 @@ const AccountContent = () => {
<p className="text-2xl">
You are currently on the
<b> {subscription?.prices?.products?.name} </b>
plan, which ends on{" "}
plan, which renews on{" "}
{new Date(subscription?.current_period_end).toLocaleDateString(
"en-NZ",
{ day: "numeric", month: "long", year: "numeric" }
Expand Down
2 changes: 1 addition & 1 deletion app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@ type Props = {};

const Footer = (props: Props) => {
return (
<footer className=" w-full mb-2 flex flex-col h-full justify-end">
<footer className=" w-full mb-2 hidden 2xl:flex flex-col h-full justify-end">
<ul className="hidden sm:flex sm:flex-col mt-auto mx-auto justify-end items-center bg-transparent space-y-1 px-7 py-5 rounded-xl w-full">
<li>Supabase ( auth PostgreSQL storage )</li>
<li>Stripe webhooks (receiving events)</li>
Expand Down

0 comments on commit 920ef8f

Please sign in to comment.