zmiany nazw przedmiotów na bardziej przyjazne
This commit is contained in:
		@@ -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,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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>
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user