Skip to content

Commit

Permalink
Merge pull request #19 from prateekin/theme-soundwave
Browse files Browse the repository at this point in the history
Added sound wave theme
  • Loading branch information
siddhantdixit authored Oct 16, 2022
2 parents b0cb688 + ff698f9 commit 0e2c85e
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 3,357 deletions.
2 changes: 1 addition & 1 deletion models/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const profileSchema = new mongoose.Schema({
},
theme:{
type:String,
enum: ['default','dark','wave','purple','hexagonal','bluedot','purpledot','shapes'],
enum: ['default','dark','wave','purple','hexagonal','bluedot','purpledot','shapes','soundwave'],
default: 'default'
},
totalViews:{
Expand Down
Loading

0 comments on commit 0e2c85e

Please sign in to comment.