-
Notifications
You must be signed in to change notification settings - Fork 0
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
Poreq #87
Poreq #87
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
{imagePreview && ( | ||
<div className="mb-4"> | ||
<p>Gjeldende bilde:</p> | ||
<img src={imagePreview} alt="Preview" className="w-32 h-32 rounded-md object-cover" /> |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
<div className="mb-4"> | ||
<p>Gjeldende bilde:</p> | ||
<img | ||
src={imagePreview} |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
DOM text
{imagePreview && ( | ||
<div className="mb-4"> | ||
<p>Current image:</p> | ||
<img src={imagePreview} alt="Preview" className="w-32 h-32 rounded-md object-cover" /> |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
<div className="mb-4"> | ||
<p>Gjeldende bilde:</p> | ||
<img | ||
src={imagePreview} |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
DOM text
{imagePreview && ( | ||
<div className="mb-4"> | ||
<p>Gjeldende bilde:</p> | ||
<img src={imagePreview} alt="Preview" className="w-32 h-32 rounded-md object-cover" /> |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
No description provided.