Skip to content

Commit

Permalink
added cashapp
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuraghavb committed Dec 19, 2021
1 parent de63194 commit 0462ef7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 4 additions & 0 deletions assets/icons/cashapp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 13 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -626,15 +626,15 @@ export default {
openPalette: false,
},
mainBg: {
color: `#F9FAFB`,
color: `#ddd`,
openPalette: false,
},
buttonBg: {
color: `#374151`,
color: `#059669`,
openPalette: false,
},
cardBg: {
color: `#E5E7EB`,
color: `#fff`,
openPalette: false,
},
},
Expand Down Expand Up @@ -1109,6 +1109,16 @@ export default {
light: 1,
label: 'TikTok username',
},
{
name: 'Cash App',
icon: 'cashapp',
href: 'https://cash.app/',
placeholder: '$username',
value: null,
color: '#fff',
light: 1,
label: 'Cash App username',
},
],
},
featured: [
Expand Down

0 comments on commit 0462ef7

Please sign in to comment.