Update header, add a sidebar to the design
This commit is contained in:
+4
-1
@@ -31,7 +31,10 @@ const localeCount = computed(() => props.locales?.length);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<HelpCenterLayout :show-pagination-footer="false">
|
||||
<HelpCenterLayout
|
||||
:show-pagination-footer="false"
|
||||
:breadcrumb-label="$t('HELP_CENTER.BREADCRUMB.LOCALES')"
|
||||
>
|
||||
<template #header-actions>
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="flex items-center gap-4">
|
||||
|
||||
Reference in New Issue
Block a user