Skip to content

Commit

Permalink
docs: use absolute url for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rumblefrog committed Sep 4, 2019
1 parent 8b2e947 commit 61687e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/gatsby-theme-docz/components/Logo/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import { Link } from 'docz';

export const Logo = () => <Link to="/"><img src={'logo/cloud-computing_256.png'} alt="Logo" width="32" height="32" /></Link>
export const Logo = () => <Link to="/"><img src='https://rumblefrog.me/source-chat-relay/logo/cloud-computing_256.png' alt="Logo" width="32" height="32" /></Link>

0 comments on commit 61687e7

Please sign in to comment.