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

This commit is contained in:
Mohamadzadeh 2026-07-09 18:28:51 +03:30
parent 2f570b9ae9
commit d834057ece
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: 3,
py: 2,
px: 30,
py: 20,
borderRadius: "lg",
whiteSpace: "nowrap",
textOverflow: "ellipsis",

View File

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