Skip to content

Commit 2f27177

Browse files
vkosinovverdel
andauthored
feat: fix tg link (#236)
* feat: fix tg link * chore: update core-design package version --------- Co-authored-by: Vadim Aleksandrov <valeksandrov@me.com>
1 parent 5e4d5d6 commit 2f27177

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core-design/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csssr/core-design",
3-
"version": "7.4.2",
3+
"version": "7.4.3",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"types": "lib/typings",

packages/core-design/src/data/footerLinks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const socials = [
3737
},
3838
{
3939
id: 'telegram',
40-
href: 'https://t.me/csssr',
40+
href: 'https://t.me/csssr_dev',
4141
icon: Telegram,
4242
},
4343
{

0 commit comments

Comments
 (0)