Skip to content

Commit

Permalink
chore: Update
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege committed Jan 26, 2024
1 parent f18d74b commit b5dddbe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
23 changes: 4 additions & 19 deletions web/src/layout/navigation/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const Footer = (props: Props) => {
<div class="d-flex flex-column text-start">
<ExternalLink
class="link mb-1 opacity-75 text-white disabled text-decoration-none"
href="https://github.com/cncf/landscape2"
href="https://github.com/tensorchord/ai-infra-landscape"
>
<div class="d-flex align-items-center">
<SVGIcon kind={SVGIconKind.Documentation} class="me-2" />
Expand All @@ -149,7 +149,7 @@ const Footer = (props: Props) => {
<div class="d-flex flex-column text-start">
<ExternalLink
class="link mb-1 opacity-75 text-white disabled text-decoration-none"
href="https://github.com/cncf/landscape2"
href="https://github.com/tensorchord/ai-infra-landscape"
>
<div class="d-flex align-items-center">
<SVGIcon kind={SVGIconKind.GitHub} class="me-2" />
Expand Down Expand Up @@ -179,26 +179,11 @@ const Footer = (props: Props) => {

<div>
<div class={`pt-2 ${styles.copyright}`}>
Copyright © {moment().format('YYYY')} The Linux Foundation®. All rights reserved. The Linux Foundation
has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please
see our{' '}
<ExternalLink class="p-0 fw-semibold text-white" href="https://www.linuxfoundation.org/trademark-usage">
Trademark Usage
</ExternalLink>{' '}
page. Linux is a registered trademark of Linus Torvalds.{' '}
<ExternalLink class="p-0 fw-semibold text-white" href="https://www.linuxfoundation.org/privacy">
Privacy Policy
</ExternalLink>{' '}
and{' '}
<ExternalLink class="p-0 fw-semibold text-white" href="https://www.linuxfoundation.org/terms">
Terms of Use
</ExternalLink>
. This website contains data received from Crunchbase. This data is not licensed pursuant to the Apache
This website contains data received from Crunchbase. This data is not licensed pursuant to the Apache
License. It is subject to Crunchbase's Data Access Terms, available at{' '}
<ExternalLink class="p-0 fw-semibold text-white" href="https://data.crunchbase.com/docs/terms">
https://data.crunchbase.com/docs/terms
</ExternalLink>
, and is only permitted to be used with Linux Foundation landscape projects.
</ExternalLink>.
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/src/layout/navigation/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const Header = () => {
<DownloadDropdown />
<ExternalLink
class={`btn btn-md text-dark ms-3 px-0 ${styles.btnLink}`}
href="https://github.com/cncf/landscape2"
href="https://github.com/tensorchord/ai-infra-landscape"
>
<SVGIcon kind={SVGIconKind.GitHub} class={`position-relative ${styles.githubIcon}`} />
</ExternalLink>
Expand Down
4 changes: 2 additions & 2 deletions web/src/layout/navigation/MobileDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const MobileDropdown = (props: Props) => {
<ExternalLink
class="text-decoration-none fw-semibold d-inline-block w-100"
label="Open documentation"
href="https://github.com/cncf/landscape2"
href="https://github.com/tensorchord/ai-infra-landscape"
>
<div class="d-flex align-items-center">
<SVGIcon kind={SVGIconKind.Documentation} class="me-2" />
Expand All @@ -90,7 +90,7 @@ const MobileDropdown = (props: Props) => {
<ExternalLink
class="text-decoration-none fw-semibold d-inline-block w-100"
label="Open documentation"
href="https://github.com/cncf/landscape2"
href="https://github.com/tensorchord/ai-infra-landscape"
>
<div class="d-flex align-items-center">
<SVGIcon kind={SVGIconKind.GitHub} class="me-2" />
Expand Down
2 changes: 1 addition & 1 deletion web/src/layout/navigation/MobileHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const MobileHeader = () => {
</div>
<div class="d-none d-lg-flex align-items-center">
<DownloadDropdown />
<ExternalLink class="btn btn-md text-dark fs-5 ms-2 px-0" href="https://github.com/cncf/landscape2">
<ExternalLink class="btn btn-md text-dark fs-5 ms-2 px-0" href="https://github.com/tensorchord/ai-infra-landscape">
<SVGIcon kind={SVGIconKind.GitHub} class={`position-relative ${styles.githubIcon}`} />
</ExternalLink>
</div>
Expand Down

0 comments on commit b5dddbe

Please sign in to comment.