Skip to content

Commit c8c57b3

Browse files
committed
docs:readme update
1 parent a1b5c79 commit c8c57b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import "./App.css";
22

33
function App() {
4-
return <>Welcome to Collab Canvas!</>;
4+
return <div className="text-5xl text-center">Welcome to Collab Canvas!</div>;
55
}
66

77
export default App;

0 commit comments

Comments
 (0)