We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b5c79 commit c8c57b3Copy full SHA for c8c57b3
client/src/App.jsx
@@ -1,7 +1,7 @@
1
import "./App.css";
2
3
function App() {
4
- return <>Welcome to Collab Canvas!</>;
+ return <div className="text-5xl text-center">Welcome to Collab Canvas!</div>;
5
}
6
7
export default App;
0 commit comments