Skip to content

Commit

Permalink
fix github button
Browse files Browse the repository at this point in the history
  • Loading branch information
louismorgan-linaro committed Oct 19, 2023
1 parent f78ab92 commit 8da7a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ const blogLists = blogs
{data.main_body}
</p>
<a
href="https://github.com/OpenAM"
href="https://github.com/OpenAMP"
target="_blank"
class="bg-openampred align-middle mt-2 mx-auto p-4 rounded text-md text-center transition ease-in-out hover:bg-red-600 text-white cursor-pointer"
>View on Github</a
>View on GitHub</a
>
</div>
</div>
Expand Down

0 comments on commit 8da7a8a

Please sign in to comment.