We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b57ab6 commit c844d4fCopy full SHA for c844d4f
src/components/header.js
@@ -2,7 +2,7 @@ import { Link } from "gatsby"
2
import PropTypes from "prop-types"
3
import React from "react"
4
import Github from "../assets/github.svg"
5
-import FSGQLogo from "../images/fsgql_logo.svg"
+import FSGQLogo from "../images/fsgql_logo.png"
6
const Header = ({ siteTitle }) => (
7
<header className="border-top bg-transparent flex items-center justify-between flex-wrap p-6">
8
<div className="flex items-center flex-no-shrink text">
0 commit comments