zmiany nazw przedmiotów na bardziej przyjazne

This commit is contained in:
wrzesinski-hubert 2020-06-10 12:09:38 +02:00
parent 3fdb9f4e74
commit 1858af4641
2 changed files with 8 additions and 10 deletions

View File

@ -1,27 +1,27 @@
export const appointments = [ export const appointments = [
{ {
title: 'Snmutna buzia', title: 'E-gospodarka - narzędzia i bezpieczeństwo',
startDate: new Date(2020, 5, 3, 9, 45), startDate: new Date(2020, 5, 3, 9, 45),
endDate: new Date(2020, 5, 3, 11, 30), endDate: new Date(2020, 5, 3, 11, 30),
id: 0, id: 0,
location: 'Room 1', location: 'Room 1',
}, },
{ {
title: 'Twoja stara beszamel', title: 'Algorytmy grafowe',
startDate: new Date(2020, 5, 1, 9, 45), startDate: new Date(2020, 5, 1, 9, 45),
endDate: new Date(2020, 5, 1, 11, 30), endDate: new Date(2020, 5, 1, 11, 30),
id: 0, id: 0,
location: 'Room 1', location: 'Room 1',
}, },
{ {
title: 'Twoja stara beszamel', title: 'Podstawy programowania deklaratywnego',
startDate: new Date(2020, 5, 1, 9, 45), startDate: new Date(2020, 5, 1, 9, 45),
endDate: new Date(2020, 5, 1, 11, 30), endDate: new Date(2020, 5, 1, 11, 30),
id: 0, id: 0,
location: 'Room 1', location: 'Room 1',
}, },
{ {
title: 'Twoja stara beszamel', title: 'Statystyka',
startDate: new Date(2020, 5, 1, 18, 45), startDate: new Date(2020, 5, 1, 18, 45),
endDate: new Date(2020, 5, 1, 20, 0), endDate: new Date(2020, 5, 1, 20, 0),
id: 0, id: 0,

View File

@ -19,12 +19,10 @@ export default class RightBar extends React.Component<
</div> </div>
<Class name="E-gospodarka - narzędzia i bezpieczeństwo" /> <Class name="E-gospodarka - narzędzia i bezpieczeństwo" />
<Class name="Algorytmy grafowe" /> <Class name="Algorytmy grafowe" />
<Class name="E-gospodarka - narzędzia i bezpieczeństwo" /> <Class name="Podstawy programowania deklaratywnego" />
<Class name="Algorytmy grafowe" /> <Class name="Statystyka" />
<Class name="E-gospodarka - narzędzia i bezpieczeństwo" /> <Class name="Wstęp do rachunku prawdopodobieństwa" />
<Class name="Algorytmy grafowe" /> <Class name="Technologie internetowe" />
<Class name="E-gospodarka - narzędzia i bezpieczeństwo" />
<Class name="Algorytmy grafowe" />
</div> </div>
); );
} }