-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Tournament UI improvement #73
Conversation
@aneesazc is attempting to deploy a commit to the blaze's projects Team on Vercel. A member of the Team first needs to authorize it. |
<label htmlFor="icon-upload" className="block"> | ||
<div className="h-40 bg-gray-800 flex flex-col items-center justify-center cursor-pointer rounded-lg relative overflow-hidden"> | ||
{tournamentIcon ? ( | ||
<img src={tournamentIcon} alt="Tournament Icon" className="absolute inset-0 w-full h-full object-cover" /> |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
<label htmlFor="banner-upload" className="block"> | ||
<div className="h-40 bg-gray-800 flex flex-col items-center justify-center cursor-pointer rounded-lg relative overflow-hidden"> | ||
{tournamentBanner ? ( | ||
<img src={tournamentBanner} alt="Tournament Banner" className="absolute inset-0 w-full h-full object-cover" /> |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
might've to install packages for it if the issue still persists connect with @Abhish7k |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work! @Saurabhchaddha6 do work on the backend for this!
I have commented out the feature section. Had a few error while running locally and frontend for the create tournament is complete.