From 1f74d8e8cb7dc324591aa26d97d8ad1e8c3f12bd Mon Sep 17 00:00:00 2001 From: ad044 Date: Mon, 14 Sep 2020 22:52:05 +0400 Subject: [PATCH] transparency issue fix. --- src/components/Lain/Lain.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Lain/Lain.tsx b/src/components/Lain/Lain.tsx index 18483e7..e33a945 100644 --- a/src/components/Lain/Lain.tsx +++ b/src/components/Lain/Lain.tsx @@ -38,7 +38,13 @@ const LainConstructor = (props: LainConstructorProps) => { animator.animate(); }); - return ; + return ( + + ); }; export const LainIntro = () => {