From 611478034a6b5d0ba586f12609a6c353a9a707a8 Mon Sep 17 00:00:00 2001 From: soecka Date: Fri, 29 Aug 2025 23:16:57 +0800 Subject: [PATCH 1/4] [fix] brand logo, gitpod dark mode layout --- components/Git/Card.tsx | 46 ++++++++++++++++++++++----------------- components/Layout/Svg.tsx | 8 +++++-- pages/index.tsx | 3 ++- public/idea2app.svg | 12 ---------- styles/main.css | 3 +-- 5 files changed, 35 insertions(+), 37 deletions(-) delete mode 100644 public/idea2app.svg diff --git a/components/Git/Card.tsx b/components/Git/Card.tsx index da24093..37be630 100644 --- a/components/Git/Card.tsx +++ b/components/Git/Card.tsx @@ -1,4 +1,4 @@ -import { Button, Chip, Divider, IconButton } from '@mui/material'; +import { Button, Chip, Divider, IconButton, Tooltip } from '@mui/material'; import { GitRepository } from 'mobx-github'; import { observer } from 'mobx-react'; import Link from 'next/link'; @@ -47,25 +47,31 @@ export const GitCard: FC = observer(

{description}

- - - - - - - - - + + + + + + + + + + + + + + +