From 0d84605cb1a89f096ad254080a98b5c43cc068ef Mon Sep 17 00:00:00 2001 From: reyangurjar <100614956+reyangurjar@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:53:09 +0530 Subject: [PATCH] Update container.tsx, fixed an syntax error shown on the website's intro page . There was a syntax error where there was a colon after the transition. If my fellow coders copied that, they would also encounter a syntax error. So, i thought i might contribute and fix a small typo. --- src/components/ContainerCode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContainerCode.tsx b/src/components/ContainerCode.tsx index f5850cd..ed986ec 100644 --- a/src/components/ContainerCode.tsx +++ b/src/components/ContainerCode.tsx @@ -73,7 +73,7 @@ export const ContainerCode: React.FC = ({
transition - {`: ${selectedTransitions[transition]}`}, + {`= ${selectedTransitions[transition]}`},
{`/>`}