mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
put Vault last on page title
This commit is contained in:
parent
9e79cba7bf
commit
6f2715a9ae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/** just combines title elements to form title of the page */
|
/** just combines 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