Compare commits

..

No commits in common. "main" and "jakehamilton/feat/new-logo" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -16,12 +16,6 @@ Disallow: /
User-agent: Applebot User-agent: Applebot
Disallow: / Disallow: /
# AI Data Scraper
# https://darkvisitors.com/agents/applebot-extended
User-agent: Applebot-Extended
Disallow: /
# AI Data Scraper # AI Data Scraper
# https://darkvisitors.com/agents/bytespider # https://darkvisitors.com/agents/bytespider

View file

@ -49,9 +49,9 @@ const translation = useTranslations(lang);
</li> </li>
<li> <li>
<a <a
href="https://git.auxolotl.org/auxolotl" href="https://github.com/auxolotl"
class="inline-block relative after:absolute after:left-0 after:top-full after:w-full after:h-1 after:rounded after:bg-[rgb(var(--text))] after:origin-center after:transform after:scale-x-0 hover:after:scale-x-100 after:transition-transform delay-75 duration-100" class="inline-block relative after:absolute after:left-0 after:top-full after:w-full after:h-1 after:rounded after:bg-[rgb(var(--text))] after:origin-center after:transform after:scale-x-0 hover:after:scale-x-100 after:transition-transform delay-75 duration-100"
>Aux Forge</a >GitHub</a
> >
</li> </li>
</ul> </ul>