Skip to content

Commit

Permalink
Fix two more uses of Fossil Gas
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoves committed Dec 11, 2024
1 parent 1096a52 commit 20f902c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/BuildingsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class BuildingsTable extends Vue {
scope="col"
class="numeric wide-col"
>
Natural Gas Use<br>
Fossil Gas Use<br>
<span class="unit">(kBtu)</span>
</th>
<th
Expand Down
2 changes: 1 addition & 1 deletion src/templates/BuildingDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ query ($id: ID!, $ID: String) {

<dl class="stat-tiles">
<div>
<dt>Natural Gas Use</dt>
<dt>Fossil Gas Use (aka Natural Gas)</dt>
<dd>
<StatTile
:building="$page.building"
Expand Down

0 comments on commit 20f902c

Please sign in to comment.