mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
minor visual tweaks
This commit is contained in:
parent
c2c50335f9
commit
931b7e0143
3 changed files with 7 additions and 7 deletions
|
|
@ -129,7 +129,7 @@ export async function GET(
|
|||
},
|
||||
{
|
||||
title:
|
||||
"Potential valuation improvement/unit - highlight indicative EPC effect*",
|
||||
"Potential valuation improvement/unit - highly indicative EPC effect*",
|
||||
scenarios: [
|
||||
{
|
||||
scenarioName: portfolioName,
|
||||
|
|
@ -139,7 +139,7 @@ export async function GET(
|
|||
},
|
||||
{
|
||||
title:
|
||||
"Potential valuation return on investment - highlight indicative EPC effect*",
|
||||
"Potential valuation return on investment - highly indicative EPC effect*",
|
||||
scenarios: [
|
||||
{
|
||||
scenarioName: portfolioName,
|
||||
|
|
|
|||
|
|
@ -57,8 +57,8 @@ export const useFetchPortfolioSummary = ({
|
|||
|
||||
const shouldHighlightRow = (title: string) => {
|
||||
return [
|
||||
"Potential valuation improvement/unit - highlight indicative EPC effect*",
|
||||
"Potential valuation return on investment - highlight indicative EPC effect*",
|
||||
"Potential valuation improvement/unit - highly indicative EPC effect*",
|
||||
"Potential valuation return on investment - highly indicative EPC effect*",
|
||||
].includes(title);
|
||||
};
|
||||
|
||||
|
|
@ -204,7 +204,7 @@ const SummaryTable = ({
|
|||
key={row.id}
|
||||
style={
|
||||
shouldHighlightRow(row.original.title)
|
||||
? { background: "#fbf8f8" }
|
||||
? { background: "#e1e1e1" }
|
||||
: {}
|
||||
}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ export async function getOverviewPortfolioData(
|
|||
},
|
||||
{
|
||||
title:
|
||||
"Potential valuation improvement/unit - highlight indicative EPC effect*",
|
||||
"Potential valuation improvement/unit - highly indicative EPC effect*",
|
||||
scenarios: [
|
||||
{ scenarioName: "Today", data: "" },
|
||||
{
|
||||
|
|
@ -207,7 +207,7 @@ export async function getOverviewPortfolioData(
|
|||
},
|
||||
{
|
||||
title:
|
||||
"Potential valuation return on investment - highlight indicative EPC effect*",
|
||||
"Potential valuation return on investment - highly indicative EPC effect*",
|
||||
scenarios: [
|
||||
{ scenarioName: "Today", data: "" },
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue