Skip to content

Commit

Permalink
docs: Update navbar naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Oct 4, 2023
1 parent 9f34c1a commit 430ab49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ module.exports = {
title: 'Reactive Data Client',
logo: {
src: 'img/client-logo.svg',
alt: 'Reactive Data Client Logo',
alt: 'Reactive Data Client',
width: '32',
height: '32',
},
Expand Down Expand Up @@ -470,7 +470,7 @@ module.exports = {
copyright: `Copyright © ${new Date().getFullYear()} Nathaniel Tucker. Some icons by <a href="https://www.freepik.com" title="Freepik">Freepik</a>`,
logo: {
src: 'img/client-logo.svg',
alt: 'Reactive Data Client Logo',
alt: 'Reactive Data Client',
width: 94,
height: 94,
},
Expand Down
2 changes: 1 addition & 1 deletion website/src/css/customTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
font-size: 20px;
letter-spacing: -0.02em;
font-weight: 450;
content: 'Reactive Data Client';
content: 'Data Client';
display: block;
position: relative;
margin-top: -40px;
Expand Down

0 comments on commit 430ab49

Please sign in to comment.