From cf9b22b9652aeda426760cc42f98da6f08dc778f Mon Sep 17 00:00:00 2001 From: shiro Date: Tue, 2 Apr 2024 18:28:46 +0900 Subject: [PATCH] Fix links --- src/about/ProjectsSection.tsx | 7 ++++--- src/components/Icon.tsx | 3 ++- src/components/SVG.tsx | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/about/ProjectsSection.tsx b/src/about/ProjectsSection.tsx index 14a30db..4e5f862 100644 --- a/src/about/ProjectsSection.tsx +++ b/src/about/ProjectsSection.tsx @@ -1,9 +1,10 @@ -import { JSX, Component } from "solid-js"; +import { Separator } from "@kobalte/core"; import { css } from "@linaria/core"; import cn from "classnames"; +import { Component, JSX } from "solid-js"; import LabeledBox from "~/about/LabeledBox"; -import { Separator } from "@kobalte/core"; import IconText from "~/components/IconText"; +import { config } from "~/config"; import { breakpoint } from "~/style/commonStyle"; interface Props { @@ -78,7 +79,7 @@ const Project: Component = (props: any) => { const PreviewImage: Component = (props: any) => { return ( = (props) => { return (