Skip to content

Commit

Permalink
Added Twitch
Browse files Browse the repository at this point in the history
  • Loading branch information
morceaudebois committed Jul 25, 2024
1 parent 28e37a8 commit 949baf1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/assets/websites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export const websites: Websites = [
domain: 'twitter.com',
url: 'https://brandlogos.net/wp-content/uploads/2015/11/twitter-logo.png',
},
{
domain: 'x.com',
url: 'https://brandlogos.net/wp-content/uploads/2015/11/twitter-logo.png',
},
{
domain: 'instagram.com',
url: 'https://static.cdninstagram.com/rsrc.php/v3/ys/r/aM-g435MtEX.png',
Expand Down Expand Up @@ -145,15 +149,19 @@ export const websites: Websites = [
url: 'https://upload.wikimedia.org/wikipedia/commons/d/d5/Mastodon_logotype_%28simple%29_new_hue.svg',
},
{
domain: 'https://rumble.com',
domain: 'rumble.com',
url: 'https://play-lh.googleusercontent.com/GfFUsEM-64j2_q41CQsN4jjaRnGkGcD5yL1dbY4r-TJM0oozSmRN_7tbQFIR1z8YKv7H',
},
{
domain: 'https://www.desertfinancial.com',
domain: 'desertfinancial.com',
url: 'https://play-lh.googleusercontent.com/psjg27IoD4rmpqKR4cMm8lg1ttifUQVnUFgMMaRUIwSbYHDeRlkrTxZyntxTpIUyVfA=w480-h960',
},
{
domain: 'https://secure.americafirst.com',
domain: 'secure.americafirst.com',
url: 'https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/1e/14/dd/1e14dd10-d040-33c0-1b93-6c0bdc179722/AppIcon-1x_U007emarketing-0-7-0-85-220.png/246x0w.webp',
},
{
domain: 'twitch.tv',
url: 'https://upload.wikimedia.org/wikipedia/commons/d/d3/Twitch_Glitch_Logo_Purple.svg'
}
]

0 comments on commit 949baf1

Please sign in to comment.