Skip to content

Fix: stray style attribute caused by prematurely self-closed <section… - #915

Open
SupriyaShirsat05 wants to merge 1 commit into
adithyan-css:mainfrom
SupriyaShirsat05:fix/stray-style-attribute-text
Open

Fix: stray style attribute caused by prematurely self-closed <section…#915
SupriyaShirsat05 wants to merge 1 commit into
adithyan-css:mainfrom
SupriyaShirsat05:fix/stray-style-attribute-text

Conversation

@SupriyaShirsat05

@SupriyaShirsat05 SupriyaShirsat05 commented Jun 28, 2026

Copy link
Copy Markdown

Bug

A malformed <section> tag in index.html was self-closed (</section>) immediately after its data-aos attribute, leaving the style attribute stranded outside the tag. This caused the raw attribute string to render as visible plain text on the homepage, just above the "Swipe to see Desserts" hint.

Fix

Merged the style attribute back into the opening <section> tag and removed the erroneous early closing tag.

Before

image

After

Confirmed locally that the text no longer appears and the section's spacing/background render correctly.

@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

@SupriyaShirsat05 is attempting to deploy a commit to the adithyansubramani1-1657's projects Team on Vercel.

A member of the Team first needs to authorize it.

@SupriyaShirsat05

Copy link
Copy Markdown
Author

@adithyan-css Hey! Could you please review this PR when you get a chance? Thanks!

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