optimize code

This commit is contained in:
2025-10-31 09:37:56 +08:00
parent b74e985770
commit f5bb1ca507
3 changed files with 5 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ function Explore() {
return (
<div className="bg-[#bbbbbb] w-full flex justify-center items-center flex-col h-52">
<span className="text-[100px] text-white"></span>
<div className="w-0 h-0 border-l-[40px] border-r-[40px] border-t-[30px] border-l-transparent border-r-transparent border-t-white"></div>
<div className="w-0 h-0 border-l-40 border-r-40 border-t-30 border-l-transparent border-r-transparent border-t-white"></div>
</div>
);
}