refactor: finished tailwind

This commit is contained in:
Tristan Yang
2023-02-08 15:03:30 +08:00
parent cb08a443f3
commit ffd68f2c06
55 changed files with 260 additions and 1313 deletions
@@ -39,7 +39,7 @@ const renderContent = ({
<>
<LinkifyText text={content} cid={to} />
{edited && (
<span className="edited" title={dayjs(+edited).format("YYYY-MM-DD h:mm:ss A")}>
<span className="ml-1 text-gray-500 text-[10px]" title={dayjs(+edited).format("YYYY-MM-DD h:mm:ss A")}>
({i18n.t("edited", { ns: "chat" })})
</span>
)}