Skip to content

Commit

Permalink
added xmpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuraghavb committed May 15, 2022
1 parent 48e4e26 commit 40cbf04
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/icons/irc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/xmpp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,26 @@ export default {
order: 17,
isURL: 1,
},
{
name: 'XMPP',
icon: 'xmpp',
href: 'xmpp:',
placeholder: 'XMPP ID',
value: null,
label: 'XMPP ID',
order: 18,
isURL: 1,
},
// {
// name: 'IRC',
// icon: 'irc',
// href: 'irc:',
// placeholder: 'IRC ID',
// value: null,
// label: 'IRC ID',
// order: 19,
// isURL: 1,
// },
],
secondaryActions: [
// todo: Fix Instagram gradient icon preview
Expand Down

0 comments on commit 40cbf04

Please sign in to comment.