Skip to content

Commit 4478007

Browse files
vkosinovverdel
authored andcommitted
chore: удален номер телефона из footerPresets (#237)
1 parent 2f27177 commit 4478007

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/autopublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
2828
- name: Configure Git User
2929
run: |
30-
git config --local user.email artyom.resh@csssr.com
31-
git config --local user.name ArtyomResh
30+
git config --local user.email dmitriy.chekin@csssr.io
31+
git config --local user.name csssr-team
3232
3333
- name: Configure commits signing
3434
run: |

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"editor.formatOnSave": false
2323
},
2424
"editor.codeActionsOnSave": {
25-
"source.fixAll.eslint": true
25+
"source.fixAll.eslint": "explicit"
2626
},
2727
"cSpell.words": [
2828
"csssr"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const addresses = {
1616
id: 'singapore',
1717
title: 'Singapore',
1818
address: '68 Circular Road,<br> #02-01,<br>Singapore, 049422',
19-
phone: '+65 3159 4531',
2019
status: 'Head Office',
2120
timeZone: 'Asia/Singapore',
2221
},

0 commit comments

Comments
 (0)