diff --git a/web/src/lib/components/kit/CodeBlock.svelte b/web/src/lib/components/kit/CodeBlock.svelte index e072598..52a392d 100644 --- a/web/src/lib/components/kit/CodeBlock.svelte +++ b/web/src/lib/components/kit/CodeBlock.svelte @@ -1,6 +1,6 @@ - - - - diff --git a/web/src/lib/components/kit/ToolCard.svelte b/web/src/lib/components/kit/ToolCard.svelte index 57c7c69..44821eb 100644 --- a/web/src/lib/components/kit/ToolCard.svelte +++ b/web/src/lib/components/kit/ToolCard.svelte @@ -2,7 +2,7 @@ import { resolve } from "$app/paths"; import { ArrowUpRight } from "@lucide/svelte"; import type { Component } from "svelte"; - import Icon from "./Icon.svelte"; + import Icon from "./ui/Icon.svelte"; interface Props { title: string; @@ -73,15 +73,4 @@ color: var(--muted); align-self: start; } - .tool-arrow { - color: var(--blue); - opacity: 0; - transition: - opacity 0.12s ease, - transform 0.12s ease; - } - .tool-card:hover .tool-arrow { - opacity: 1; - transform: translate(2px, -2px); - } diff --git a/web/src/lib/components/kit/TopBar.svelte b/web/src/lib/components/kit/TopBar.svelte index 085137c..907fce3 100644 --- a/web/src/lib/components/kit/TopBar.svelte +++ b/web/src/lib/components/kit/TopBar.svelte @@ -1,8 +1,8 @@ - + + +