Skip to content

Commit

Permalink
Update footer.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi0Martin committed Mar 24, 2024
1 parent e0f18fc commit 52a746f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/src/components/Footer/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ const year = (new Date()).getFullYear();
---

<section class="flex justify-center">
<button>Api</button>
<button>GitHub</button>
<button>About</button>
<button>
<a href="https://github.com/Sergi0Martin/MeasurementsTool" title="GitHub" target="_blank"
rel="noopener noreferrer">GitHub</a>
</button>
<button>
<a href="https://www.nuget.org/packages/MeasurementsTool/" title="NuGet" target="_blank"
rel="noopener noreferrer">NuGet</a>
</button>
</section>
<section class="my-5 flex justify-center text-maize">
{year} MeasurementsTool
Expand Down

0 comments on commit 52a746f

Please sign in to comment.