Skip to content

Commit

Permalink
remove extra semicol from bottom of the footer (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: biswa <biswa@007gmail.com>
  • Loading branch information
biswajit-sarkar-007 and biswa authored Oct 24, 2024
1 parent 97d7b0a commit 5eee367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<GoogleOAuthProvider clientId={google_client_id}>
<App />
</GoogleOAuthProvider>;
</GoogleOAuthProvider>
</React.StrictMode>,
)

0 comments on commit 5eee367

Please sign in to comment.