Stylistig changes and changing illustrations
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react'
|
||||
import Link from 'gatsby-link'
|
||||
import Button from './Button'
|
||||
|
||||
import LogoSaburly from '../images/saburly-logo-white.svg'
|
||||
import LogoSaburly from '../images/logo-saburly-white.svg'
|
||||
|
||||
import Facebook from '../images/facebook.svg'
|
||||
import Instagram from '../images/instagram.svg'
|
||||
@@ -10,7 +10,7 @@ import Twitter from '../images/twitter.svg'
|
||||
import LinkedIn from '../images/linkedin.svg'
|
||||
|
||||
let menuClasses =
|
||||
'no-underline mt-4 lg:inline-block lg:mt-0 text-white hover:opacity-100 uppercase mr-4'
|
||||
'no-underline lg:inline-block lg:mt-0 text-white hover:opacity-100 uppercase'
|
||||
|
||||
const Footer = () => (
|
||||
<footer className="saburly-main-bg">
|
||||
|
||||
@@ -15,7 +15,7 @@ class Header extends Component {
|
||||
render() {
|
||||
return (
|
||||
<Headroom>
|
||||
<header className="saburly-main-bg saburly-menu saburly-bottom-shadow">
|
||||
<header className="saburly-main-bg saburly-menu">
|
||||
<nav className="container mx-auto flex items-center justify-between lg:p-6 p-4">
|
||||
<Link to="/">
|
||||
<div className="max-w-xs mr-8">
|
||||
|
||||
Reference in New Issue
Block a user