diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 42395cf..1ec2c5d 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -93,22 +93,32 @@ export const Header: FC = ({ client }) => {

Home

+

{_.truncate(currentInstance?.name, { length: 16 })}

#{currentInstance.id}

- + + -

Updated: {getTimeText(stats?.lastUpdate)}

- + + + + - + + - Meili Version: {version?.pkgVersion} + Commit Date: {version?.commitDate}