Skip to content

Commit 85296a9

Browse files
committed
se agrega estilo a la hora!
1 parent 1e691b8 commit 85296a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/js/copiapo/schedule.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export default () => {
112112
].forEach(obj=>{
113113
const row = tbody.insertRow();
114114
const blockCell = row.insertCell();
115+
blockCell.className = "text-center py-5 fw-bolder"
115116
blockCell.innerHTML = obj.block;
116117
const eventCell = row.insertCell();
117118

0 commit comments

Comments
 (0)