From d1dfd28351324556c127e18d3cb5336f1854cd8c Mon Sep 17 00:00:00 2001 From: Xiphe Date: Tue, 15 Sep 2020 11:19:22 +0200 Subject: [PATCH] fix: solve issue where the logo was not displayed in welcome screen --- {public => src/img}/logo.png | Bin src/views/Welcome/Welcome.tsx | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename {public => src/img}/logo.png (100%) diff --git a/public/logo.png b/src/img/logo.png similarity index 100% rename from public/logo.png rename to src/img/logo.png diff --git a/src/views/Welcome/Welcome.tsx b/src/views/Welcome/Welcome.tsx index 84a4512..2874b59 100644 --- a/src/views/Welcome/Welcome.tsx +++ b/src/views/Welcome/Welcome.tsx @@ -3,6 +3,7 @@ import { ipcRenderer } from 'electron'; import { useMenu, useRecentFiles } from '../../lib'; import { Content, Button, Header } from '../../components'; import styles from './Welcome.module.scss'; +import logo from '../../img/logo.png'; type Props = { onCreate: () => void; @@ -35,7 +36,7 @@ export default function Welcome({ onCreate }: Props) {
BudgetBudget Logo - treasure chest

Welcome to BudgetBudget (Beta)