From 2cd16fe9a2c35dae31e70ad6590525538217c6b5 Mon Sep 17 00:00:00 2001 From: Zoe <7711zoe@gmail.com> Date: Tue, 21 Jan 2025 23:21:17 +0800 Subject: [PATCH] BLOG-27 Add the different size shadows of the home page terminal (#31) ### Description Add the shadow(moblie: shadow-lg & desktop: shadow-xl) of the home page terminal ### Package Changes _No response_ ### Screenshots | Moblie | Desktop | | --- | --- | | | ![image.png](/attachments/b81c0868-901e-4596-a31a-0172ee368bf1) | ### Reference Resolves #27 ### Checklist - [x] A milestone is set - [x] The related issuse has been linked to this branch Reviewed-on: https://git.squidspirit.com/squid/blog/pulls/31 Reviewed-by: squid Co-authored-by: Zoe <7711zoe@gmail.com> Co-committed-by: Zoe <7711zoe@gmail.com> --- frontend/src/lib/home/framework/ui/Terminal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/home/framework/ui/Terminal.tsx b/frontend/src/lib/home/framework/ui/Terminal.tsx index bdba586..2e64b7a 100644 --- a/frontend/src/lib/home/framework/ui/Terminal.tsx +++ b/frontend/src/lib/home/framework/ui/Terminal.tsx @@ -38,7 +38,7 @@ export default function Terminal() { return (
{lines.slice(0, currentIndex).map((line, index) => (