Skip to content

Commit

Permalink
Fix logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenej Bozovicar committed Jan 8, 2024
1 parent cbc8223 commit 5c9c117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/CoffeeBanner.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// src/components/CoffeeBanner.js
import React from 'react';
import { Navbar, Container, Button } from 'react-bootstrap';
import logo from '../assets/logo.png';
import logo from '../assets/Logo.png';
import './CoffeeBanner.css'

const CoffeeBanner = () => {
Expand Down

0 comments on commit 5c9c117

Please sign in to comment.