- UI Project Collaboration
## No Issue
This commit is contained in:
2024-07-18 16:36:31 +08:00
parent b67303d28b
commit 8fa3f0332d
48 changed files with 1140 additions and 1071 deletions

View File

@@ -22,7 +22,9 @@ export default function ComponentColab_AuthorNameOnHeader({
const router = useRouter();
return (
<>
<Stack spacing={"xs"}>
<Stack spacing={"xs"} style={{
color: "white"
}}>
<Grid>
<Grid.Col
span={"content"}
@@ -56,8 +58,11 @@ export default function ComponentColab_AuthorNameOnHeader({
<Grid.Col span={"content"}>
<Stack justify="center" h={"100%"}>
{tglPublish ? (
<Text c={"gray"} fz={"xs"}>
{new Intl.DateTimeFormat("id-ID").format(tglPublish)}
<Text fz={"xs"}>
{new Intl.DateTimeFormat("id-ID", {
dateStyle: "medium"
}).format(tglPublish)}
</Text>
) : (
""