Skip to content

Commit 3839e4a

Browse files
authored
Update Eppo logo (#690)
1 parent 1cd7596 commit 3839e4a

File tree

6 files changed

+57
-12
lines changed

6 files changed

+57
-12
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function createConfig () {
8989
[
9090
'@docusaurus/plugin-google-gtag',
9191
{
92-
trackingID: 'G-8VW1T2Y4E8',
92+
trackingID: 'G-8VW1T2Y4E8',
9393
anonymizeIP: true, // GDPR compliance
9494
},
9595
],
@@ -99,7 +99,7 @@ async function createConfig () {
9999
projectId: "q6ay3hytr7"
100100
},
101101
],
102-
],
102+
],
103103

104104
themeConfig:
105105
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
@@ -121,21 +121,21 @@ async function createConfig () {
121121
indexName: 'geteppo'
122122

123123
// // ... other Algolia params
124-
},
124+
},
125125
navbar: {
126126
// title: 'Eppo',
127127
logo: {
128128
alt: 'Eppo',
129-
src: 'img/eppo_logo2024.svg',
130-
srcDark: 'img/eppo_logo2024_dark.svg'
129+
src: 'img/eppo_by_datadog_logo.svg',
130+
srcDark: 'img/eppo_by_datadog_logo_dark.svg'
131131
},
132132
items: [
133133
{
134134
href: 'https://eppo.cloud/',
135135
label: 'Login',
136136
position: 'right',
137137
className: 'button button--secondary',
138-
},
138+
},
139139
{
140140
href: 'https://www.geteppo.com/get-access',
141141
label: 'Get a Demo',

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/custom.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,18 @@ sup {
199199
font-size: 0.9rem;
200200
}
201201

202+
/* Navbar logo sizing */
203+
.navbar__brand img {
204+
height: 50px;
205+
width: auto;
206+
}
207+
208+
/* Ensure logo maintains aspect ratio and proper sizing */
209+
.navbar__logo {
210+
height: 50px;
211+
width: auto;
212+
}
213+
202214
/* Fix hover & selected behavior background*/
203215
.menu{
204216
padding-right: 0.5rem !important;
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Loading

yarn.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3456,9 +3456,9 @@ caniuse-api@^3.0.0:
34563456
lodash.uniq "^4.5.0"
34573457

34583458
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001688:
3459-
version "1.0.30001692"
3460-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001692.tgz"
3461-
integrity sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==
3459+
version "1.0.30001727"
3460+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz"
3461+
integrity sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==
34623462

34633463
ccount@^2.0.0:
34643464
version "2.0.1"
@@ -5202,6 +5202,11 @@ fs.realpath@^1.0.0:
52025202
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
52035203
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
52045204

5205+
fsevents@~2.3.2:
5206+
version "2.3.3"
5207+
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
5208+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
5209+
52055210
function-bind@^1.1.2:
52065211
version "1.1.2"
52075212
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"

0 commit comments

Comments
 (0)