Skip to content

Commit 57d5bd8

Browse files
fix: Removed Incorrect whirl Instance (#113)
### Description <!-- Please add PR description (don't leave blank) - example: This PR [adds/removes/fixes/replaces] the [feature/bug/etc] --> This PR removes the incorrect whirl instance at index.astro and login.astro ### Related Issue <!-- Please prefix the issue number with Fixes/Resolves - example: Fixes #123 or Resolves #123 --> Resolves #97
1 parent 3c24971 commit 57d5bd8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const dictionary = await getCollection("dictionary");
3030
<Search triggerSize="md" dictionary={dictionary} client:load />
3131

3232
<!-- Browse words -->
33-
<div class="ml-2 mt-4 md:mt-6" id="whirl-browse-words">
33+
<div class="ml-2 mt-4 md:mt-6">
3434
<a href="/browse">
3535
Browse Words
3636
</a>

src/pages/login.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const authUrl = getAuthUrl({ path: searchParams.get("return_to") });
2020
</div>
2121
<h1 class="text-5xl md:text-7xl font-black">Authorize Login</h1>
2222
<p class="block md:px-4">The Jargons Editor streamlines your word contributions to jargons.dev, it allows you to make your word contributions to the dictionary through an intuitive UI without having to interface with the GitHub UI or any text editor; On your behalf, it takes on the responsibility of remotely creating a fork, branch, committing your changes, and a pull request for your word contribution; these steps are triggered at the click of the "publish" button.</p>
23-
<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">
23+
<a href={authUrl} 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">
2424
<svg class="w-5 h-5 mr-2" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20">
2525
<path fill-rule="evenodd" d="M10 .333A9.911 9.911 0 0 0 6.866 19.65c.5.092.678-.215.678-.477 0-.237-.01-1.017-.014-1.845-2.757.6-3.338-1.169-3.338-1.169a2.627 2.627 0 0 0-1.1-1.451c-.9-.615.07-.6.07-.6a2.084 2.084 0 0 1 1.518 1.021 2.11 2.11 0 0 0 2.884.823c.044-.503.268-.973.63-1.325-2.2-.25-4.516-1.1-4.516-4.9A3.832 3.832 0 0 1 4.7 7.068a3.56 3.56 0 0 1 .095-2.623s.832-.266 2.726 1.016a9.409 9.409 0 0 1 4.962 0c1.89-1.282 2.717-1.016 2.717-1.016.366.83.402 1.768.1 2.623a3.827 3.827 0 0 1 1.02 2.659c0 3.807-2.319 4.644-4.525 4.889a2.366 2.366 0 0 1 .673 1.834c0 1.326-.012 2.394-.012 2.72 0 .263.18.572.681.475A9.911 9.911 0 0 0 10 .333Z" clip-rule="evenodd"></path>
2626
</svg> Connect with GitHub

0 commit comments

Comments
 (0)