Skip to content

Commit

Permalink
Adding uniform haeding
Browse files Browse the repository at this point in the history
  • Loading branch information
JNaid00 committed Oct 25, 2023
1 parent cfdab9b commit 1709d4e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/apps/blazor-app/Components/Dashboard/FancyData/FancyData.razor
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,12 @@
}

<div class="w-full">
@if (currentPage == "dashboard") {
<Heading>
<Header>
<h1 class="text-xl">Advanced Calculations</h1>
</Header>
<Subscript>
<p>More information about your location. The flux map shows the your roof's sunlight exposure.</p>
</Subscript>
</Heading>
} else {

<Heading css="mb-8 mt-16 max-w-3xl mx-auto">
<Superscript><h1 class="text-center">Fancy Data and</h1></Superscript >
<Header><h1 class="text-center">Advanced Calculations</h1></Header>
<Subscript><p class="text-center">More information about your location. The flux map shows the your roof's sunlight exposure."</p></Subscript>
<Subscript><p class="text-center">More information about your location. The flux map shows the your roof's sunlight exposure.</p></Subscript>
</Heading>
}

<div class="w-full md:flex justify-center items-center md:px-4 md:gap-2">
@if (annualFluxDataReceived)
Expand Down

0 comments on commit 1709d4e

Please sign in to comment.