Skip to content

Commit

Permalink
Inconsistency in Global Header Logo (#641)
Browse files Browse the repository at this point in the history
* unify logo btw docs and main website

* add target attr to privacy link to open in new tab

* enhance spacing in privacy page

* enhance spacing in privacy page

---------

Co-authored-by: Bilal Essofyany <[email protected]>
Co-authored-by: orig <[email protected]>
  • Loading branch information
3 people authored Dec 26, 2023
1 parent 0b95040 commit 8ea1de2
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 85 deletions.
5 changes: 3 additions & 2 deletions apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ const config = {
navbar: {
logo: {
alt: 'Reduced.to Logo',
src: `images/logo.svg`,
//srcDark: `img/logo.svg`,
src: 'images/logo.svg',
srcDark: 'images/logo-dark.svg',
href: 'https://reduced.to',
target: '_self',
width: '70%',
},
items: [
{
Expand Down
3 changes: 3 additions & 0 deletions apps/docs/static/images/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8ea1de2

Please sign in to comment.