Skip to content

Commit

Permalink
chore: add space in title and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes committed Aug 7, 2023
1 parent 9191603 commit 63226d6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/Cards/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Card: FC<CardProps> = ({ data }) => {
return (
<article className="z-10 h-full w-full rounded-3xl border border-dashed border-theme-secondary dark:border-theme-primary bg-[rgba(255,255,255,0.3)] shadow-md dark:bg-dark dark:text-text-primary dark:shadow-sm">
<div className="card-body">
<header className="flex justify-between items-center">
<header className="flex justify-between items-center gap-2">
<h2
className="cursor-default md:truncate ... text-xl text-theme-secondary dark:text-theme-primary"
title={name}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.20.0",
"react-transition-state": "^2.1.0",
"typescript": "5.0.3",
"typewriter-effect": "^2.19.0",
Expand Down
40 changes: 36 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63226d6

Please sign in to comment.