Skip to content

Commit a0f47c8

Browse files
authored
Replaced logo (#5)
* Replaced logo * Changed logo to smaller size * Canged logo name
1 parent 06d94ef commit a0f47c8

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {themes as prismThemes} from 'prism-react-renderer';
2-
import type {Config} from '@docusaurus/types';
1+
import { themes as prismThemes } from 'prism-react-renderer';
2+
import type { Config } from '@docusaurus/types';
33
import type * as Preset from '@docusaurus/preset-classic';
44

55
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
@@ -76,7 +76,7 @@ const config: Config = {
7676
title: 'IP Workshop Summer School',
7777
logo: {
7878
alt: 'My Site Logo',
79-
src: 'img/logo.svg',
79+
src: 'img/logo.png',
8080
},
8181
items: [
8282
{

static/img/docusaurus.png

-5.02 KB
Binary file not shown.

static/img/logo.png

11.3 KB
Loading

static/img/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)