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 the src/pages/index.astro file.
|
<div class="ml-2 mt-4 md:mt-6" id="whirl-browse-words"> |
-
Remove 'whirl' Instance from login.astro:
- Locate and remove the id property
id="whirl-login-btn" from line 23 of the src/pages/login.astro file.
|
<a href={authUrl} id="whirl-login-btn" class="flex items-center justify-center h-12 mr-3 px-3 text-lg font-medium bg-black text-white border no-underline rounded-lg focus:outline-none hover:shadow-xl"> |
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.
It has been identified that an instance of
'whirl'with theidelement was mistakenly added in a previous pull request. This needs to be corrected.Tasks:
Remove 'whirl' Instance from
index.astro:id="whirl-browse-words"from line 29 of thesrc/pages/index.astrofile.jargons.dev/src/pages/index.astro
Line 29 in cbf3681
Remove 'whirl' Instance from
login.astro:id="whirl-login-btn"from line 23 of thesrc/pages/login.astrofile.jargons.dev/src/pages/login.astro
Line 23 in cbf3681
Expected Outcome:
The
'whirl'instance with theidelement should be removed from the specified lines in both files. The code should function correctly without these unnecessary elements.