mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed page title separator
This commit is contained in:
parent
21b3bc3d77
commit
7f57c10f0c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/** just combinates title elements to form title of the page */
|
/** just combinates title elements to form title of the page */
|
||||||
export const getPageTitle = (...props: string[]): string => {
|
export const getPageTitle = (...props: string[]): string => {
|
||||||
return ['Убежище', ...props].filter(it => it.trim()).join(' / ');
|
return ['Убежище', ...props].filter(it => it.trim()).join(' • ');
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue