Skip to content

Commit fb0a79f

Browse files
committed
[patch] use World24Icon for website social icon
1 parent 0254356 commit fb0a79f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toniq-labs/design-system-root",
3-
"version": "16.1.2",
3+
"version": "16.1.3",
44
"private": true,
55
"description": "Root design system mono-repo package.",
66
"homepage": "https://github.com/Toniq-Labs/toniq-labs-design-system",

packages/design-system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toniq-labs/design-system",
3-
"version": "16.1.2",
3+
"version": "16.1.3",
44
"private": false,
55
"description": "Design system elements for Toniq Labs",
66
"keywords": [

packages/design-system/src/data/social-urls.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import {
99
BrandTiktok24Icon,
1010
BrandTwitch24Icon,
1111
BrandTwitter24Icon,
12-
Code24Icon,
1312
ToniqSvg,
13+
World24Icon,
1414
} from '../icons';
1515

1616
export const socialUrlsShape = defineShape({
@@ -48,5 +48,5 @@ export const socialUrlIcons = {
4848
dscvr: BrandDscvr24Icon,
4949
medium: BrandMedium24Icon,
5050
twitter: BrandTwitter24Icon,
51-
website: Code24Icon,
51+
website: World24Icon,
5252
} as const satisfies Record<keyof SocialUrls, ToniqSvg>;

packages/native-elements-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toniq-labs/design-system-native-elements-test",
3-
"version": "16.1.2",
3+
"version": "16.1.3",
44
"private": true,
55
"scripts": {
66
"compile": "virmator compile",

packages/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toniq-labs/design-system-scripts",
3-
"version": "16.1.2",
3+
"version": "16.1.3",
44
"private": true,
55
"scripts": {
66
"compile": "virmator compile",

0 commit comments

Comments
 (0)