restore GBadge online changing
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 50s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 12s

This commit is contained in:
Mohamadzadeh 2026-07-09 18:40:07 +03:30
parent d834057ece
commit 0974e960e7
2 changed files with 4 additions and 4 deletions

View File

@ -19162,8 +19162,8 @@ const zB = "data:font/woff2;base64,d09GMgABAAAAAfxQABEAAAAGSRAAAfviAAEAAAAAAAAAA
fontSize: "sm",
colorScheme: "teal",
variant: "subtle",
px: 30,
py: 20,
px: 3,
py: 2,
borderRadius: "lg",
whiteSpace: "nowrap",
textOverflow: "ellipsis",

View File

@ -9,8 +9,8 @@ const GBadge = ({ children, ...props }) => {
fontSize="sm"
colorScheme="teal"
variant="subtle"
px={30}
py={20}
px={3}
py={2}
borderRadius="lg"
whiteSpace="nowrap"
textOverflow="ellipsis"