Skip to content
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

feat: tweet create feature added #4

Merged
merged 1 commit into from
Mar 4, 2024
Merged

feat: tweet create feature added #4

merged 1 commit into from
Mar 4, 2024

Conversation

pratyushsingha
Copy link
Owner

@pratyushsingha pratyushsingha commented Mar 4, 2024

with annonymous tweet posting image upload,adding hash tag

Copy link

vercel bot commented Mar 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
x ✅ Ready (Inspect) Visit Preview Mar 4, 2024 8:08pm

@pratyushsingha pratyushsingha merged commit d0ea995 into main Mar 4, 2024
4 checks passed
return (
<div className="mb-4 grid grid-cols-[repeat(auto-fit,_minmax(200px,_1fr))] gap-4">
{data.map((image, index) => (
<img key={index} src={image} alt={image} className="rounded-md" />

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant