jargons.dev
jargons.dev copied to clipboard
Remove Incorrect 'whirl' Instance from `index.astro` and `login.astro`
It has been identified that an instance of 'whirl' with the id element was mistakenly added in a previous pull request. This needs to be corrected.
Tasks:
-
Remove 'whirl' Instance from
index.astro:- Locate and remove the id property
id="whirl-browse-words"from line 29 of thesrc/pages/index.astrofile. https://github.com/jargonsdev/jargons.dev/blob/cbf36811989f052b37f934e18ad898b034577466/src/pages/index.astro#L29
- Locate and remove the id property
-
Remove 'whirl' Instance from
login.astro:- Locate and remove the id property
id="whirl-login-btn"from line 23 of thesrc/pages/login.astrofile. https://github.com/jargonsdev/jargons.dev/blob/cbf36811989f052b37f934e18ad898b034577466/src/pages/login.astro#L23
- Locate and remove the id property
Expected Outcome:
The 'whirl' instance with the id element should be removed from the specified lines in both files. The code should function correctly without these unnecessary elements.