Skip to content

Commit 784c18c

Browse files
authored
fix: qa 241107 (#46)
* fix: update og image * fix: update favicon * fix: update card opacity
1 parent b2c0f4e commit 784c18c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/assets/og.png

40.8 KB
Loading

src/app/favicon.ico

13.9 KB
Binary file not shown.

src/shared/ui/card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface CardProps extends React.HTMLAttributes<HTMLDivElement> {
77
const Card = ({ className, children, ...props }: CardProps) => (
88
<div
99
className={cn(
10-
'backdrop-blur-px rounded-[15px] border border-white/30 bg-gradient-to-br from-white/90 to-white/30 shadow-[2px_10px_29px_0px_rgba(47,49,65,0.02)]',
10+
'backdrop-blur-px rounded-[15px] border border-white/30 bg-gradient-to-br from-white/90 to-white/50 shadow-[2px_10px_29px_0px_rgba(47,49,65,0.02)]',
1111
className
1212
)}
1313
{...props}

0 commit comments

Comments
 (0)