feat: better discord icon (#205)
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
"@crxjs/vite-plugin": "2.0.0-beta.21",
|
||||
"@iconify-json/material-symbols": "^1.1.73",
|
||||
"@iconify-json/ri": "^1.1.20",
|
||||
"@iconify-json/bi": "^1.1.23",
|
||||
"@storybook/addon-designs": "^7.0.9",
|
||||
"@storybook/addon-essentials": "^7.6.17",
|
||||
"@storybook/addon-links": "^7.6.17",
|
||||
|
||||
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
@@ -75,6 +75,9 @@ devDependencies:
|
||||
'@crxjs/vite-plugin':
|
||||
specifier: 2.0.0-beta.21
|
||||
version: 2.0.0-beta.21(patch_hash=xq4uab3o3kbvv4gixvawl2aj5q)
|
||||
'@iconify-json/bi':
|
||||
specifier: ^1.1.23
|
||||
version: 1.1.23
|
||||
'@iconify-json/material-symbols':
|
||||
specifier: ^1.1.73
|
||||
version: 1.1.73
|
||||
@@ -2315,6 +2318,12 @@ packages:
|
||||
resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==}
|
||||
dev: true
|
||||
|
||||
/@iconify-json/bi@1.1.23:
|
||||
resolution: {integrity: sha512-1te+g9ZzI+PU1Lv6Xerd3XPXf4DE6g3TvDL2buIopTAfrauPHyXCHPFQMrzoQVNrVPCpN3rv3vBtJMPyBwJ9IA==}
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
dev: true
|
||||
|
||||
/@iconify-json/material-symbols@1.1.73:
|
||||
resolution: {integrity: sha512-3ioEMQvxUR0eWg3jCxeydowS7xlqJzUHqeKJg29Z5HN15ZBYniQhHYrDCRpmFjopgwxox9OIsoonBiBSLV4EMA==}
|
||||
dependencies:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
import DiscordIcon from '~icons/ri/discord-line';
|
||||
import DiscordIcon from '~icons/bi/discord';
|
||||
import GithubIcon from '~icons/ri/github-fill';
|
||||
import InstagramIcon from '~icons/ri/instagram-line';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user