Skip to content

fix: remove duplicate ui-fix.css link in index.html#2242

Merged
janavipandole merged 1 commit into
janavipandole:mainfrom
nyxsky404:fix/remove-duplicate-ui-fix-css
Jun 14, 2026
Merged

fix: remove duplicate ui-fix.css link in index.html#2242
janavipandole merged 1 commit into
janavipandole:mainfrom
nyxsky404:fix/remove-duplicate-ui-fix-css

Conversation

@nyxsky404

@nyxsky404 nyxsky404 commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

📄 Description

ui-fix.css was included twice in index.html (lines 78 and 85), causing the browser to download and parse the same stylesheet twice on every page load — wasted bandwidth and extra render-blocking time.

Removed the second redundant <link> tag.

🔗 Related Issues

Fixes #2237

🧩 Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change
  • Documentation update

✅ Checklist

  • Code follows project styling guidelines
  • Changes are fully responsive and accessible
  • No extraneous logs or debug code left
  • Documentation updated accordingly
  • Built successfully locally
  • Console has zero errors or warnings

ui-fix.css was included twice (lines 78 and 85), causing
the browser to download and parse it twice. Removed the
second redundant link tag.
@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

@nyxsky404 is attempting to deploy a commit to the janavipandole's projects Team on Vercel.

A member of the Team first needs to authorize it.

@janavipandole janavipandole merged commit 6109bf3 into janavipandole:main Jun 14, 2026
11 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] ui-fix.css loaded twice in index.html causing redundant style parsing

2 participants