Skip to content

Commit d24a2b9

Browse files
Merge pull request #4 from IowaComputerGurus/fix/verbiage
Correct Page Title
2 parents 43e5159 + 4675880 commit d24a2b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/GitHubCostVisualizer.Web/Views/Home/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Layout = "_Start";
66
}
77

8-
<h3 class="text-center">Github Usage Visualizer</h3>
8+
<h3 class="text-center">Github Cost Visualizer</h3>
99

1010
<p>Unsure of where your money is going with your Github account? Upload your recent Usage report from Github to get a visual on where your money is going</p>
1111

@@ -33,4 +33,4 @@
3333
<script>
3434
handleFilePickers(".custom-file-input");
3535
</script>
36-
}
36+
}

0 commit comments

Comments
 (0)