Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Incorrect 'whirl' Instance from index.astro and login.astro #97

Open
babblebey opened this issue Sep 9, 2024 · 0 comments
Open
Labels
↘️ low priority This issue is nice to fix good first issue Good for newcomers

Comments

@babblebey
Copy link
Member

babblebey commented Sep 9, 2024

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:

  1. 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">
  2. 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.

@babblebey babblebey added good first issue Good for newcomers ↘️ low priority This issue is nice to fix labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
↘️ low priority This issue is nice to fix good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant