Skip to content

Commit

Permalink
Merge pull request akash-network#74 from HoomanHQ/dharamveer
Browse files Browse the repository at this point in the history
Update footer links and label in footer.astro and developer docs
  • Loading branch information
HoomanHQ authored Mar 16, 2024
2 parents 3a1885f + 7f97a09 commit 8827789
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
17 changes: 3 additions & 14 deletions src/components/footer/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ import {
</p>
<FooterLink
aria-label="Cloudmos"
link="https://deploy.cloudmos.io/"
link="https://console.akash.network/"
>
Cloudmos
Akash Console
</FooterLink>
<FooterLink aria-label="Praetor App" link="https://praetorapp.com/">
Praetor App
Expand Down Expand Up @@ -231,7 +231,7 @@ import {
</FooterLink>
<FooterLink
aria-label="Discussions"
link="https://github.com/akash-network/awesome-akash/discussions"
link="https://github.com/orgs/akash-network/discussions"
>
Discussions
</FooterLink>
Expand Down Expand Up @@ -373,17 +373,6 @@ import {
<div
class="flex flex-col items-center gap-10 px-4 pb-[40px] pt-[32px] text-cardGray dark:text-textGray md:pb-[80px]"
>
<p
class="text-center text-3xs font-medium text-cardGray dark:text-textGray"
>
<a
aria-label="Website Developed by Hooman Digital."
href="https://www.hooman.digital/"
target="_blank"
>
Website Developed by Hooman Digital.</a
>
</p>
<div class="grid w-full grid-cols-3 items-center justify-between">
<p></p>
<a
Expand Down
2 changes: 1 addition & 1 deletion src/content/Docs/_sequence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const docsSequence = [
subItems: [
{
type: "Header",
label: "General Docs",
label: "Developer Docs",
},
{
label: "Getting Started",
Expand Down

0 comments on commit 8827789

Please sign in to comment.