fix: 🐛 display the right option from select + update logo

Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
This commit is contained in:
slumbering
2021-05-27 17:08:01 +02:00
parent b47512ba6e
commit a959b420a2
4 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import logo from '../assets/dagger-logo.jpg'
import logo from '../assets/dagger-logo.png'
export default function Logo(props) {
return <img src={logo} alt="Logo" />