We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f61491 + a63435a commit ae3fda3Copy full SHA for ae3fda3
src/components/CippComponents/CippHead.jsx
@@ -5,7 +5,7 @@ export const CippHead = ({ title }) => {
5
const tenant = useSettings().currentTenant;
6
return (
7
<Head>
8
- <title>{tenant ? `${tenant} - ${title}` : title}</title>
+ <title>{tenant ? `${title} - ${tenant}` : title}</title>
9
</Head>
10
);
11
};
0 commit comments