Skip to content

Commit

Permalink
fix: typos (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanehull authored Oct 4, 2024
1 parent a9282ad commit b93f544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions internal/templates/Hero.templ
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ templ Hero() {

<br>

<div class="py-2">
<div class="p-2">
<h3 class="text-lg font-semibold text-gray-800 ">What do all of the fields mean?</h3>

<p class="mt-1 text-gray-800">
Descriptions and examples for all fields are provided below.
</p>

<div class="mt-2 text-gray-800">
<table class="bg-stone-50 shadow-md rounded-lg striped border-separate spacing-0 table-columns-right table-auto max-w-lg mx-auto text-sm text-xs sm:text-md mx-auto">
<table class="bg-stone-50 shadow-md rounded-lg striped border-separate spacing-0 table-columns-right table-auto max-w-lg mx-auto text-sm text-xs sm:text-md">
<tr>
<th class="bg-gray-200 border px-4 py-2 rounded-tl-lg">Field</th>
<th class="bg-gray-200 border px-4 py-2">Description</th>
Expand Down Expand Up @@ -132,7 +132,7 @@ templ Hero() {
<tr>
<td class="border px-4 py-2">Country</td>
<td class="border px-4 py-2">
Select the country you live in. Used to determine your tax bracket alobng with your salary and dividend income.
Select the country you live in. Used to determine your tax bracket according to your combined income from salary and dividends.
</td>
<td class="border px-4 py-2">Australia</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion internal/templates/Hero_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b93f544

Please sign in to comment.