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<
-
-
-
-
-
-
+
+
+
+
);
}