Skip to content

Commit a83ce8d

Browse files
committed
Add logo
1 parent 5469f29 commit a83ce8d

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config = {
1414
baseUrl: "/",
1515
onBrokenLinks: "throw",
1616
onBrokenMarkdownLinks: "warn",
17-
favicon: "img/favicon.ico",
17+
favicon: "img/react-querybuilder.png",
1818
organizationName: "react-querybuilder",
1919
projectName: "react-querybuilder.github.io",
2020
trailingSlash: false,
@@ -68,10 +68,10 @@ const config = {
6868
},
6969
navbar: {
7070
title: "React Query Builder",
71-
// logo: {
72-
// alt: 'React Query Builder Logo',
73-
// src: 'img/logo.svg',
74-
// },
71+
logo: {
72+
alt: "React Query Builder Logo",
73+
src: "img/react-querybuilder.svg",
74+
},
7575
items: [
7676
{
7777
type: "doc",

static/img/react-querybuilder.png

1.1 KB
Loading

static/img/react-querybuilder.svg

Lines changed: 14 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)