Skip to content

Commit 644d7e4

Browse files
committed
chore(web): Rename argocd to ArgoCD across the application
1 parent 1e6ef77 commit 644d7e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/pages/terraform-template/ARGOCD/argocd.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const Argocd: FC = () => {
138138
</div>
139139
</div>
140140
<div className="flex w-full items-center justify-between px-3 py-3">
141-
<p>Argocd Repository</p>
141+
<p>ArgoCD Repository</p>
142142
<input
143143
type="checkbox"
144144
className={cn('toggle border-gray-500 bg-gray-500', {

web/src/pages/terraform-template/components/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const menu = [
2020
},
2121
{
2222
url: 'argocd',
23-
title: 'ARGOCD Service',
23+
title: 'ArgoCD Service',
2424
},
2525
];
2626

0 commit comments

Comments
 (0)