Merge pull request 'logo' (#66) from statistics into master
Reviewed-on: http://git.plannaplan.pl/y0rune/frontend/pulls/66
This commit is contained in:
commit
67a8281aa1
@ -134,8 +134,6 @@ export const Administrator = () => {
|
||||
|
||||
const {data} = await axiosInstance.get(`${process.env.REACT_APP_API_URL}/api/v1/commisions/export/csv`,{responseType:"blob"});
|
||||
|
||||
console.log("123",xd);
|
||||
|
||||
const downloadUrl = window.URL.createObjectURL(new Blob([data]));
|
||||
|
||||
const link = document.createElement('a');
|
||||
|
@ -133,10 +133,6 @@ export const Statistics = () => {
|
||||
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
console.log(loaded);
|
||||
}, [loaded]);
|
||||
|
||||
return <StatisticsWrapper>{loaded === false ? <SyncLoader />:<><Row>
|
||||
<StatisticBox>
|
||||
<StatisticNumber>{createdGroupsNumber}</StatisticNumber>
|
||||
|
@ -10,6 +10,7 @@ import { SelectMenu } from './SelectMenu';
|
||||
import { studentsContext } from '../contexts/StudentsProvider';
|
||||
import { CASContext } from '../contexts/CASProvider';
|
||||
import Tooltip from '@material-ui/core/Tooltip';
|
||||
import LogoPlanNaPlan from '../assets/logo.svg';
|
||||
|
||||
const Topbar = styled.div`
|
||||
background-color: #e3e5ed;
|
||||
@ -180,7 +181,7 @@ export default function ({ handleTransfer }: TopbarProps) {
|
||||
return (
|
||||
<Topbar>
|
||||
<LogoWrapper>
|
||||
<Logo alt="logo" src="https://plannaplan.pl/img/logo.svg" />
|
||||
<Logo alt="logo" src={LogoPlanNaPlan} />
|
||||
<Text> plan na plan </Text>
|
||||
</LogoWrapper>
|
||||
<FlexboxColumn>
|
||||
|
Loading…
Reference in New Issue
Block a user