Skip to content

Commit ec40322

Browse files
committed
Add favicon and header logo
1 parent 97b08e7 commit ec40322

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
1010
const config = {
1111
title: 'Hackney Development System',
1212
tagline: 'Everything you need to build and maintain Hackney platforms and services.',
13-
favicon: 'img/favicon.ico',
13+
favicon: 'img/favicon.png',
1414

1515
// Set the production url of your site here
1616
url: 'https://playbook.hackney.gov.uk',
@@ -74,10 +74,10 @@ const config = {
7474
// Replace with your project's social card
7575
image: 'img/docusaurus-social-card.jpg',
7676
navbar: {
77-
title: 'My Site',
77+
title: 'Development System',
7878
logo: {
79-
alt: 'My Site Logo',
80-
src: 'img/logo.svg',
79+
alt: 'Hackney Logo',
80+
src: 'img/logo-long.svg',
8181
},
8282
items: [
8383
{

static/img/favicon.ico

-3.54 KB
Binary file not shown.

static/img/favicon.png

1.21 KB
Loading

static/img/logo-long.svg

Lines changed: 3 additions & 0 deletions
Loading

static/img/logoHackney.png

10.8 KB
Loading

0 commit comments

Comments
 (0)