Skip to content

Commit

Permalink
fix: fix social icons in Community.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jan 29, 2024
1 parent 3137f73 commit fde8b76
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 15 deletions.
4 changes: 3 additions & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {}
declare global {

}
14 changes: 7 additions & 7 deletions src/components/Community.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,43 +34,43 @@ export default {
{
header: this.$t('twitter_header'),
content: this.$t('twitter_content'),
img: 'Twitter',
img: 'twitter',
url: 'https://twitter.com/witnet_io',
},
{
header: this.$t('discord_header'),
content: this.$t('discord_content'),
img: 'Discord',
img: 'discord',
url: 'https://discord.gg/X4uurfP',
},
{
header: this.$t('blog_header'),
content: this.$t('blog_content'),
img: 'Medium',
img: 'medium',
url: 'https://medium.com/witnet',
},
{
header: this.$t('email_header'),
content: this.$t('email_content'),
img: 'Email',
img: 'email',
url: 'mailto:[email protected]?subject=Witnet project',
},
{
header: this.$t('telegram_header'),
content: this.$t('telegram_content'),
img: 'Telegram',
img: 'telegram',
url: 'https://t.me/witnetio',
},
{
header: this.$t('github_header'),
content: this.$t('github_content'),
img: 'Github',
img: 'github',
url: 'https://github.com/witnet',
},
{
header: this.$t('reddit_header'),
content: this.$t('reddit_content'),
img: 'Reddit',
img: 'reddit',
url: 'https://reddit.com/r/witnet',
},
],
Expand Down
7 changes: 0 additions & 7 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@ export const CUSTOM_DARK_ICON_NAMES = [
'sort-down',
'sort-up',
'up',
'email',
'telegram',
'discord',
'github',
'twitter',
'medium',
'reddit',
]

export const THEMES = {
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit fde8b76

Please sign in to comment.