From 1858af464102559ad1b05bdc4e3ce4cd52a0f0ac Mon Sep 17 00:00:00 2001 From: wrzesinski-hubert Date: Wed, 10 Jun 2020 12:09:38 +0200 Subject: [PATCH] =?UTF-8?q?zmiany=20nazw=20przedmiot=C3=B3w=20na=20bardzie?= =?UTF-8?q?j=20przyjazne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Calendar/appointments.ts | 8 ++++---- src/components/RightBar/index.tsx | 10 ++++------ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/components/Calendar/appointments.ts b/src/components/Calendar/appointments.ts index 44a2562..969cbf8 100644 --- a/src/components/Calendar/appointments.ts +++ b/src/components/Calendar/appointments.ts @@ -1,27 +1,27 @@ export const appointments = [ { - title: 'Snmutna buzia', + title: 'E-gospodarka - narzędzia i bezpieczeństwo', startDate: new Date(2020, 5, 3, 9, 45), endDate: new Date(2020, 5, 3, 11, 30), id: 0, location: 'Room 1', }, { - title: 'Twoja stara beszamel', + title: 'Algorytmy grafowe', startDate: new Date(2020, 5, 1, 9, 45), endDate: new Date(2020, 5, 1, 11, 30), id: 0, location: 'Room 1', }, { - title: 'Twoja stara beszamel', + title: 'Podstawy programowania deklaratywnego', startDate: new Date(2020, 5, 1, 9, 45), endDate: new Date(2020, 5, 1, 11, 30), id: 0, location: 'Room 1', }, { - title: 'Twoja stara beszamel', + title: 'Statystyka', startDate: new Date(2020, 5, 1, 18, 45), endDate: new Date(2020, 5, 1, 20, 0), id: 0, diff --git a/src/components/RightBar/index.tsx b/src/components/RightBar/index.tsx index 16b5a64..959caa6 100644 --- a/src/components/RightBar/index.tsx +++ b/src/components/RightBar/index.tsx @@ -19,12 +19,10 @@ export default class RightBar extends React.Component< - - - - - - + + + + ); }