File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11import React < % if eq ( index . Params `userAuth` ) "yes" % > , { useContext } < % end % > from 'react'
22import { Link } from 'react-router-dom'
33< % if eq ( index . Params `userAuth` ) "yes" % > import { AuthContext } from '../context/AuthContext' < % end % >
4- import logo from '../logo.png'
54
65import './Navigation.css'
76< % if eq ( index . Params `userAuth` ) "yes" % >
@@ -73,7 +72,7 @@ function Navigation() {
7372 return (
7473 <nav className="app-nav">
7574 <Link to="/" className="app-nav-logo">
76- <img src={logo} alt="logo" />
75+ <img src="./logo192.png" alt="logo" />
7776 </Link>
7877<%if eq (index .Params ` userAuth `) "yes" %>
7978 <NavLinks {...state}/><% else if eq (index .Params ` userAuth `) "no " % > < NavLinks /> < % end % >
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ conditions:
194194 data :
195195 - .circleci/
196196 - action : ignoreFile
197- matchField : CIVendor
198- whenValue : " github-actions "
197+ matchField : billingEnabled
198+ whenValue : " no "
199199 data :
200200 - src/pages/Billing
You can’t perform that action at this time.
0 commit comments