Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>Meilisearch Dashboard</title>
<title>Meilisearch Manager</title>

<!-- Fonts -->
<link
Expand Down
2 changes: 1 addition & 1 deletion src/views/NewInstance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function submitNewInstance(event: FormSubmitEvent) {
>
<template #title>
<div class="text-center">
Meilisearch Dashboard
Meilisearch Manager
</div>
</template>
<template #subtitle>
Expand Down