Skip to content

Commit

Permalink
Merge pull request #24 from holaplex/revert-23-merge-starter
Browse files Browse the repository at this point in the history
Revert "Merge starter"
  • Loading branch information
mackenziewildman authored Aug 24, 2023
2 parents 3ec3e2f + ef4844e commit cc71050
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
Binary file modified public/img/holaplex-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ services:
fromDatabase:
name: mint
property: connectionString
- key: TWITTER_ID
sync: false
- key: TWITTER_SECRET
sync: false

autoDeploy: true

Expand Down
14 changes: 7 additions & 7 deletions src/pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import NextAuth from "next-auth";
import GoogleProvider from "next-auth/providers/google";
import TwitterProvider from "next-auth/providers/twitter"
import { PrismaAdapter } from "@next-auth/prisma-adapter";
import type { NextAuthOptions } from "next-auth";
import prisma from "@/modules/db";
import { waitUntil } from "async-wait-until";
import NextAuth from 'next-auth';
import GoogleProvider from 'next-auth/providers/google';
import TwitterProvider from 'next-auth/providers/twitter';
import { PrismaAdapter } from '@next-auth/prisma-adapter';
import type { NextAuthOptions } from 'next-auth';
import prisma from '@/modules/db';
import { waitUntil } from 'async-wait-until';

import {
CreateCustomer,
Expand Down
6 changes: 3 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ module.exports = {
theme: {
extend: {
colors: {
cta: '#7814ff',
backdrop: '#fff',
contrast: ' #000',
cta: '#F6D357',
backdrop: '#1A1A1D',
contrast: ' #212122',
neautraltext: '#BDBDBD',
subtletext: '#AAAAAA',
cellsubtle: '#2B2B2B',
Expand Down

0 comments on commit cc71050

Please sign in to comment.