Skip to content

Commit 55cb6fa

Browse files
Fix site name (#353)
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
1 parent f6f7c74 commit 55cb6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ const config: Config = {
5858
// Replace with your project's social card
5959
image: 'img/logo.png',
6060
navbar: {
61-
title: 'Oracle Database Monitoring Exporter',
61+
title: 'Oracle Database Metrics Exporter',
6262
logo: {
63-
alt: 'Oracle Database Monitoring Exporter Logo',
63+
alt: 'Oracle Database Metrics Exporter Logo',
6464
src: 'img/logo_home.png',
6565
},
6666
items: [

0 commit comments

Comments
 (0)