Skip to content

Commit c844d4f

Browse files
committed
got the logo working
1 parent 2b57ab6 commit c844d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Link } from "gatsby"
22
import PropTypes from "prop-types"
33
import React from "react"
44
import Github from "../assets/github.svg"
5-
import FSGQLogo from "../images/fsgql_logo.svg"
5+
import FSGQLogo from "../images/fsgql_logo.png"
66
const Header = ({ siteTitle }) => (
77
<header className="border-top bg-transparent flex items-center justify-between flex-wrap p-6">
88
<div className="flex items-center flex-no-shrink text">

0 commit comments

Comments
 (0)