Files
jovies/nextjs/app/about-us/page.tsx
Mayne0213 3b4d837a9e
Some checks failed
Build Docker Image / build-and-push (push) Has been cancelled
CI / lint-and-build (push) Has been cancelled
CHORE(test): update about-us page text
- Modify text for ArgoCD image updater test
- Verify automated deployment pipeline
2026-01-09 21:48:51 +09:00

3 lines
128 B
TypeScript

export default function AboutUs(){
return <div>Practice app for K8s/argoCD/Grafana - Updated at 2026-01-09 16:02 KST</div>
}