Skip to content

Commit 87affe5

Browse files
committed
refactor: update navbar title and logo, remove unused SVG files
1 parent 2df75f8 commit 87affe5

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

lana-docs-site/docusaurus.config.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,10 @@ const config: Config = {
119119
{ name: 'author', content: 'Certinia' },
120120
],
121121
navbar: {
122-
title: 'Apex Log Analyzer for Salesforce',
122+
title: 'Apex Log Analyzer',
123123
logo: {
124-
alt: 'Certinia Logo',
125-
src: 'img/logo.svg',
126-
srcDark: 'img/logo-dark.svg',
124+
alt: 'Apex Log Analyzer',
125+
src: 'favicon.svg',
127126
},
128127
items: [
129128
{

lana-docs-site/static/img/logo-dark.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

lana-docs-site/static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)