mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-24 09:36:43 -05:00
style: update uggy discord logo
This commit is contained in:
11
package-lock.json
generated
11
package-lock.json
generated
@@ -26,6 +26,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/fa": "^1.2.2",
|
||||
"@iconify-json/fa6-brands": "^1.2.6",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@pretendonetwork/eslint-config": "^0.0.8",
|
||||
"eslint-plugin-vue": "^10.0.0",
|
||||
@@ -1473,6 +1474,16 @@
|
||||
"@iconify/types": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@iconify-json/fa6-brands": {
|
||||
"version": "1.2.6",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-json/fa6-brands/-/fa6-brands-1.2.6.tgz",
|
||||
"integrity": "sha512-twL3X4KWcxAhbc1vz/mIDsVr+CAItk1/EIfxKUVQtpv6O4eydk5KNYqTZWdvJNHGInUgd6vKg21aWfVgb5DXEg==",
|
||||
"dev": true,
|
||||
"license": "CC-BY-4.0",
|
||||
"dependencies": {
|
||||
"@iconify/types": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@iconify-json/ph": {
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-json/ph/-/ph-1.2.2.tgz",
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/fa": "^1.2.2",
|
||||
"@iconify-json/fa6-brands": "^1.2.6",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@pretendonetwork/eslint-config": "^0.0.8",
|
||||
"eslint-plugin-vue": "^10.0.0",
|
||||
|
||||
@@ -211,7 +211,7 @@ onMounted(() => {
|
||||
aria-label="A link to our Discord server"
|
||||
>
|
||||
<Icon
|
||||
name="ph:discord-logo-fill"
|
||||
name="fa6-brands:discord"
|
||||
size="32"
|
||||
mode="svg"
|
||||
/>
|
||||
@@ -351,7 +351,7 @@ onMounted(() => {
|
||||
aria-label="A link to our Discord server"
|
||||
>
|
||||
<Icon
|
||||
name="ph:discord-logo-fill"
|
||||
name="fa6-brands:discord"
|
||||
size="32"
|
||||
mode="svg"
|
||||
/>
|
||||
|
||||
@@ -61,8 +61,8 @@ function titleSuffixHandler(path: string) {
|
||||
focusable="false"
|
||||
>
|
||||
<Icon
|
||||
name="ph:discord-logo-fill"
|
||||
size="32"
|
||||
name="fa6-brands:discord"
|
||||
size="28"
|
||||
/>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user