Skip to content

Commit

Permalink
WESTWARLINESSES
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 7, 2024
1 parent cded0f5 commit 9790e75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
submodules: true
lfs: false
- run: npm ci
- run: npm run build
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down
4 changes: 0 additions & 4 deletions packages/react-frontend/src/Components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@ function NavBar() {
<ul className="nav-list">
<li>
<a href="/">
<img className="logo" src="src/images/yes.png"/>
<img className="logo" src="assets/yes.png"/>
<img className="logo" src="yes.png"/>
<img className="logo" src="../yes.png"/>
<img className="logo" src="../images/yes.png"/>
<img className="logo" src="./images/yes.png"/>
</a>
</li>
<li className="hover">
Expand Down
Binary file removed packages/react-frontend/src/Images/yes.png
Binary file not shown.

0 comments on commit 9790e75

Please sign in to comment.