feat: ui enhancement

This commit is contained in:
Chen
2023-04-06 23:48:13 +08:00
parent b9efb98280
commit d3fab69155
2 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ export default function Navigation({
src={Arrow2}
alt="arrow"
className={`${
isDocsListOpen ? 'rotate-0' : '-rotate-90'
isDocsListOpen ? 'rotate-0' : 'rotate-180'
} mr-3 w-3 transition-all`}
/>
</div>