Skip to content

Conversation

@raadhika-N
Copy link

This pull request fixes a critical issue where the <script> tag incorrectly used the href attribute instead of src to load an external JavaScript file (src/index.js). Because of this, the JavaScript file wasn’t loading, causing the calculator’s interactive features to break.

By replacing href with src in the <script> tag, this PR ensures the JavaScript file loads properly and the application functions as expected.

Fixes: #(issue no.)

Type of change
Bug fix (non-breaking change which fixes an issue)

Checklist:
I have made this from my own

My code follows the style guidelines of this project

I have performed a self-review of my own code

I have commented my code, particularly in hard-to-understand areas

My changes generate no new warnings

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