From 3b3dd1aa4713bc9726a3fa2ee0884eeae3846075 Mon Sep 17 00:00:00 2001 From: Atalya Alon <20992625+atalyaalon@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:05:45 +0300 Subject: [PATCH] update logo --- src/components/organisms/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organisms/Footer.tsx b/src/components/organisms/Footer.tsx index 8fab8cd7..2efb5f5d 100644 --- a/src/components/organisms/Footer.tsx +++ b/src/components/organisms/Footer.tsx @@ -1,6 +1,6 @@ import React, { FC, useState } from 'react'; import { useTranslation } from 'react-i18next'; -import logoHasdna from 'assets/hasadna.png'; +import logoHasdna from 'assets/NATUN-LOGO-FINAL-COLOR.png'; import { makeStyles } from '@material-ui/core/styles'; import { Box } from '@material-ui/core'; import { Typography } from 'components/atoms';