Skip to content

Commit 6b9b153

Browse files
committed
test trigger CI when having new PR
1 parent 11a5c1d commit 6b9b153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shatter-web/src/components/TestComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useState } from "react";
33
function TestComponent() {
44
return (
55
<>
6-
<div className="bg-amber-200">
6+
<div className="bg-amber-200 text-blue-700">
77
<p>Hello!!!!!</p>
88
</div>
99
</>

0 commit comments

Comments
 (0)