chore: update tooltips

This commit is contained in:
Steven
2023-11-07 07:06:38 +08:00
parent 5e4493b227
commit 9c4f72c96e
4 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,7 @@ const VersionUpdateMessage = ({ inbox }: Props) => {
: "border-gray-400 text-gray-400 bg-gray-50 dark:bg-zinc-800"
)}
>
<Tooltip title={"Comment"} placement="bottom">
<Tooltip title={"Update"} placement="bottom">
<Icon.ArrowUp className="w-4 sm:w-5 h-auto" />
</Tooltip>
</div>