File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
src/pages/home/sections/TasksQueue Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11# [ 1.14.0] ( https://github.com/vault-developer/event-loop-explorer/compare/v1.13.1...v1.14.0 ) (2025-02-08)
22
3-
43### Features
54
6- * update styles ([ e485d9d] ( https://github.com/vault-developer/event-loop-explorer/commit/e485d9d5c03fd81a9b2655f6aa8b66017fd418a1 ) )
5+ - update styles ([ e485d9d] ( https://github.com/vault-developer/event-loop-explorer/commit/e485d9d5c03fd81a9b2655f6aa8b66017fd418a1 ) )
76
87## [ 1.13.1] ( https://github.com/vault-developer/event-loop-explorer/compare/v1.13.0...v1.13.1 ) (2025-02-01)
98
10-
119### Bug Fixes
1210
13- * update font-weight ([ f1db8e6] ( https://github.com/vault-developer/event-loop-explorer/commit/f1db8e6f903b83069da5e7f153f0eb02e60b7db4 ) )
11+ - update font-weight ([ f1db8e6] ( https://github.com/vault-developer/event-loop-explorer/commit/f1db8e6f903b83069da5e7f153f0eb02e60b7db4 ) )
1412
1513# [ 1.13.0] ( https://github.com/vault-developer/event-loop-explorer/compare/v1.12.3...v1.13.0 ) (2025-02-01)
1614
17-
1815### Features
1916
20- * update design system tokens ([ #39 ] ( https://github.com/vault-developer/event-loop-explorer/issues/39 ) ) ([ 13be30f] ( https://github.com/vault-developer/event-loop-explorer/commit/13be30f0dd361f081d46b0cbea0f0f264fb5c9d7 ) )
17+ - update design system tokens ([ #39 ] ( https://github.com/vault-developer/event-loop-explorer/issues/39 ) ) ([ 13be30f] ( https://github.com/vault-developer/event-loop-explorer/commit/13be30f0dd361f081d46b0cbea0f0f264fb5c9d7 ) )
2118
2219## [ 1.12.3] ( https://github.com/vault-developer/event-loop-explorer/compare/v1.12.2...v1.12.3 ) (2025-01-26)
2320
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ function TasksQueue({ className }: { className?: string }) {
1515 < List className = { className } >
1616 < span > Tasks Queue</ span >
1717 < Styled . TasksQueue >
18- < Styled . CloseButton onClick = { toggle } >
18+ < Styled . InfoButton onClick = { toggle } >
1919 < Icon variant = { 'info' } color = { theme . custom . com . icon . background } />
20- </ Styled . CloseButton >
20+ </ Styled . InfoButton >
2121 { tasks . map ( ( task ) => (
2222 < Styled . Task key = { task } > { task } </ Styled . Task >
2323 ) ) }
You can’t perform that action at this time.
0 commit comments