Skip to content

Commit

Permalink
Merge pull request #759 from Conflux-Chain/feat-charts-optimize
Browse files Browse the repository at this point in the history
feat: update release note and link
  • Loading branch information
0x74616e67 authored May 24, 2022
2 parents 3c3892b + 651de6c commit b107e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/app/containers/Notices/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ export const noticeInfo = {
hot: false,
type: 'Announcement',
brief: {
en: 'ConfluxScan V2.10.0 Released!',
zh: 'ConfluxScan V2.10.0 发布喽!',
en: 'ConfluxScan V2.11.0 Released!',
zh: 'ConfluxScan V2.11.0 发布喽!',
},
link: {
en:
'https://confluxscansupportcenter.zendesk.com/hc/en-us/articles/5595302955163--Apr-20-2022-Apr-26-2022',
'https://confluxscansupportcenter.zendesk.com/hc/en-us/articles/6127401433243-Apr-27-2022-May-23-2022',
zh:
'https://confluxscansupportcenter.zendesk.com/hc/zh-cn/articles/5595302955163-2022-4-20-2022-4-26',
'https://confluxscansupportcenter.zendesk.com/hc/zh-cn/articles/6127401433243-2022-4-27-2022-5-23',
},
};

Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Promise.all([completeDetect()]).then(() => {
render(App);
});

const currentVersion = 'V2.10.0';
const currentVersion = 'V2.11.0';

const brand = `
┌─┐┌─┐┌┐┌┌─┐┬ ┬ ┬─┐ ┬ ┌─┐┌─┐┌─┐┌┐┌ ${currentVersion}
Expand Down

0 comments on commit b107e42

Please sign in to comment.