Skip to content

Commit

Permalink
second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatJ15 committed Dec 16, 2024
1 parent a8b8b08 commit 0032ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'

const App = () => {
return (
<div className='text-red-500'>App</div>
<div className='text-red-500 text-3xl font-bold'>App</div>
)
}

Expand Down

0 comments on commit 0032ffd

Please sign in to comment.