Skip to content

Commit 45a4422

Browse files
committed
Fix for removing references
1 parent 42a6ec3 commit 45a4422

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)