Skip to content

Commit

Permalink
Merge pull request #20 from coreweave/mc/3623/fix-kubeapps-typo
Browse files Browse the repository at this point in the history
fix(app-list-grid): Update docs link from vmware to CW apps catalog docs
  • Loading branch information
mecampbellsoup authored May 2, 2024
2 parents 8581dd0 + 278aca9 commit 0879b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/src/components/AppList/AppListGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface IAppListProps {
}

function AppListGrid(props: IAppListProps) {
const { appList, customResources, cluster, namespace, appVersion, filter } = props;
const { appList, customResources, cluster, namespace, filter } = props;
const filteredReleases = (appList || []).filter(a =>
new RegExp(escapeRegExp(filter), "i").test(a.name),
);
Expand All @@ -40,7 +40,7 @@ function AppListGrid(props: IAppListProps) {
Start browsing your <Link to={url.app.catalog(cluster, namespace)}>favourite apps</Link>{" "}
or check the{" "}
<a
href={`https://github.com/vmware-tanzu/kubeapps/blob/${appVersion}/site/content/docs/latest/tutorials/getting-started.md`}
href="https://docs.coreweave.com/cloud-ui/applications-catalog"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 0879b7d

Please sign in to comment.