Skip to content

Commit

Permalink
Merge pull request #555 from WWWPiramalFinanceCOM/feature/bugfixes-dev
Browse files Browse the repository at this point in the history
Feature/bugfixes dev
  • Loading branch information
nky11 authored Oct 14, 2024
2 parents b80526c + 97d3495 commit 2290abb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion blocks/sarfaesiretail/sarfaesiretail.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default async function decorate(block) {
const cfURL = block.textContent.trim();
const cfRepsonse = await fetchApiCall(cfURL);
const repsonseData = cfRepsonse.data;
console.log(repsonseData);

const headers = Object.keys(repsonseData[0]);
const headerRow = `
Expand Down
1 change: 1 addition & 0 deletions styles/sarfaesi-wholesale/sarfaesi-wholesale.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
.section.sarfaesi-wholesale-wrapper .code-wrapper .code >div >table tbody tr:nth-child(n+2) td:last-child,
.section.sarfaesi-retail-wrapper .sarfaesiretail-wrapper .sarfaesiretail table tr td{
border-right: 1px solid #c5c4c4;
padding: 2px;
}
.section.sarfaesi-wholesale-wrapper .code-wrapper .code >div >table tbody tr:nth-child(n+2) td span{
font-family:' Nunito-Regular', sans-serif ;
Expand Down

0 comments on commit 2290abb

Please sign in to comment.