fix(ContactUs.astro): correct GH repo link

issue/index
CTome 2023-11-15 16:52:01 +00:00 committed by GitHub
parent 1d1a6517b5
commit 6578111e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import SocialButton from "./SocialButton.astro";
We aim to respond to all emails within a working week, if you have not received a response within this time please feel free to send us a follow up email.
</p>
<p>
Found a bug? feel free to open an issue or pull request on our <a href="https://github.com/hullcss/website-astro">GitHub</a> page.
Found a bug? feel free to open an issue or pull request on our <a href="https://github.com/hullcss/hullcss-astro">GitHub</a> page.
</p>
</div>
<div class="contact-r">
@ -25,4 +25,4 @@ import SocialButton from "./SocialButton.astro";
<SocialButton href="/links/email" icon="assets/icons/email.svg" text="email" id="em"/>
<SocialButton href="/links/github" icon="assets/icons/github.svg" text="github" id="gh"/>
</div>
</div>
</div>