File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ export default function App() {
1414 < main className = "min-h-screen bg-slate-50 text-slate-900" >
1515 < div className = "mx-auto flex min-h-screen max-w-4xl flex-col items-center justify-center gap-6 px-6 text-center" >
1616 < h1 className = "text-4xl font-semibold tracking-tight sm:text-5xl" >
17- Hitachi Challenge
17+ Hello CI/CD!
1818 </ h1 >
1919 < p className = "max-w-xl text-base text-slate-600 sm:text-lg" >
2020 Simple demo page for CI/CD testing. Change the button color to
2121 validate pipeline updates.
2222 </ p >
2323 < Button
24- className = "bg-yellow -600 text-white transition active:scale-95 active:shadow-inner hover:bg-yellow -700"
24+ className = "bg-blue -600 text-white transition active:scale-95 active:shadow-inner hover:bg-blue -700"
2525 onClick = { ( ) => setShowToast ( true ) }
2626 >
2727 Demo Button
You can’t perform that action at this time.
0 commit comments