Skip to content

Commit

Permalink
[patch] use World24Icon for website social icon
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Jan 27, 2024
1 parent 0254356 commit fb0a79f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system-root",
"version": "16.1.2",
"version": "16.1.3",
"private": true,
"description": "Root design system mono-repo package.",
"homepage": "https://github.com/Toniq-Labs/toniq-labs-design-system",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system",
"version": "16.1.2",
"version": "16.1.3",
"private": false,
"description": "Design system elements for Toniq Labs",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/design-system/src/data/social-urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
BrandTiktok24Icon,
BrandTwitch24Icon,
BrandTwitter24Icon,
Code24Icon,
ToniqSvg,
World24Icon,
} from '../icons';

export const socialUrlsShape = defineShape({
Expand Down Expand Up @@ -48,5 +48,5 @@ export const socialUrlIcons = {
dscvr: BrandDscvr24Icon,
medium: BrandMedium24Icon,
twitter: BrandTwitter24Icon,
website: Code24Icon,
website: World24Icon,
} as const satisfies Record<keyof SocialUrls, ToniqSvg>;
2 changes: 1 addition & 1 deletion packages/native-elements-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system-native-elements-test",
"version": "16.1.2",
"version": "16.1.3",
"private": true,
"scripts": {
"compile": "virmator compile",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system-scripts",
"version": "16.1.2",
"version": "16.1.3",
"private": true,
"scripts": {
"compile": "virmator compile",
Expand Down

0 comments on commit fb0a79f

Please sign in to comment.