Skip to content

Commit

Permalink
chore(web): Rename argocd to ArgoCD across the application
Browse files Browse the repository at this point in the history
  • Loading branch information
MiladSadeghi committed Dec 4, 2024
1 parent 1e6ef77 commit 644d7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/pages/terraform-template/ARGOCD/argocd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const Argocd: FC = () => {
</div>
</div>
<div className="flex w-full items-center justify-between px-3 py-3">
<p>Argocd Repository</p>
<p>ArgoCD Repository</p>
<input
type="checkbox"
className={cn('toggle border-gray-500 bg-gray-500', {
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/terraform-template/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const menu = [
},
{
url: 'argocd',
title: 'ARGOCD Service',
title: 'ArgoCD Service',
},
];

Expand Down

0 comments on commit 644d7e4

Please sign in to comment.