Skip to content

Commit dbed71f

Browse files
authored
fix w2g logo: use svg and give it dark background (#140)
svg because the image was very pixelated. Background since it only works on dark bg, used same color the w2g website uses: #19202a
1 parent 388b370 commit dbed71f

3 files changed

Lines changed: 123 additions & 1 deletion

File tree

website/assets/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
},
320320
w2g: {
321321
name: 'Watch2Gether',
322-
img: 'assets/messengers/w2g.png',
322+
img: 'assets/messengers/w2g.svg',
323323
desc: 'A collaborative platform for watching videos, listening to music, and browsing content together in private rooms. Experimentally supports webxdc mini apps.',
324324
platforms: 'Web',
325325
url: 'https://w2g.tv'

website/assets/messengers/w2g.png

-2.2 KB
Binary file not shown.

website/assets/messengers/w2g.svg

Lines changed: 122 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)