fix(ContactUs.astro): correct GH repo link
parent
1d1a6517b5
commit
6578111e77
|
@ -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.
|
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>
|
||||||
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="contact-r">
|
<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/email" icon="assets/icons/email.svg" text="email" id="em"/>
|
||||||
<SocialButton href="/links/github" icon="assets/icons/github.svg" text="github" id="gh"/>
|
<SocialButton href="/links/github" icon="assets/icons/github.svg" text="github" id="gh"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue