From 63946133315115ad86e875838f12c4c1b10c5fb2 Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Sat, 28 Dec 2024 23:19:40 +0300 Subject: [PATCH] chore: review updates --- .../Downloads/Release/PrebuiltDownloadButtons.tsx | 2 +- apps/site/layouts/GlowingBackdrop.tsx | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/site/components/Downloads/Release/PrebuiltDownloadButtons.tsx b/apps/site/components/Downloads/Release/PrebuiltDownloadButtons.tsx index e7ca0d7958833..5a943b0472a8b 100644 --- a/apps/site/components/Downloads/Release/PrebuiltDownloadButtons.tsx +++ b/apps/site/components/Downloads/Release/PrebuiltDownloadButtons.tsx @@ -30,7 +30,7 @@ const PrebuiltDownloadButtons: FC = () => { : ''; return ( -
+
; -const GlowingBackdropLayout: FC = ({ - kind = 'home', - children, -}) => ( +const GlowingBackdropLayout: FC< + PropsWithChildren +> = ({ kind = 'home', children }) => ( <>