From 0b0627060c1efc864e372a7906ccc6fbd7337e73 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Mon, 12 Jun 2023 10:05:10 +0100 Subject: [PATCH] style: add gap between project title and upvote --- src/components/layout/Project.tsx | 2 +- src/components/layout/ProjectFeatured.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/Project.tsx b/src/components/layout/Project.tsx index 17e3eda..ecfe49f 100644 --- a/src/components/layout/Project.tsx +++ b/src/components/layout/Project.tsx @@ -43,7 +43,7 @@ export default component$((props: { project: Project | null }) => {
{project.name} diff --git a/src/components/layout/ProjectFeatured.tsx b/src/components/layout/ProjectFeatured.tsx index 2bc9918..50e1f6b 100644 --- a/src/components/layout/ProjectFeatured.tsx +++ b/src/components/layout/ProjectFeatured.tsx @@ -22,7 +22,7 @@ export default component$((props: { project: Project }) => {