Skip to content

Commit

Permalink
Removed max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Jul 22, 2021
1 parent 0193180 commit 280365e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/macos-big-sur-icons/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,9 @@ import dotenv from 'dotenv'; // Used to access env varaibles
dotenv.config()
// TODO: remove credentials
const VUE_APP_PARSE_APP_ID = "macOSicons"
const VUE_APP_PARSE_JAVASCRIPT_KEY = "macOSicons"
// const VUE_APP_PARSE_APP_ID = process.env.VUE_APP_PARSE_APP_ID
// const VUE_APP_PARSE_JAVASCRIPT_KEY = process.env.VUE_APP_PARSE_JAVASCRIPT_KEY
const VUE_APP_PARSE_APP_ID = process.env.VUE_APP_PARSE_APP_ID
const VUE_APP_PARSE_JAVASCRIPT_KEY = process.env.VUE_APP_PARSE_JAVASCRIPT_KEY
Parse.initialize(VUE_APP_PARSE_APP_ID, VUE_APP_PARSE_JAVASCRIPT_KEY)
Parse.serverURL = 'https://media.macosicons.com/parse'
Expand Down

1 comment on commit 280365e

@vercel
Copy link

@vercel vercel bot commented on 280365e Jul 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.