Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

41 wiersze
734 B

  1. export const Topics = [
  2. {
  3. title: 'Alles für Gründer',
  4. icon: 'Foundation',
  5. },
  6. {
  7. title: 'Alles Wichtige zum Brexit',
  8. icon: 'Brexit',
  9. },
  10. {
  11. title: 'Schwerpunkt­thema Digitalisierung',
  12. icon: 'Roboter',
  13. },
  14. {
  15. title: 'Schwerpunkt­thema Nachfolge',
  16. icon: 'Uebergabe',
  17. },
  18. {
  19. title: 'Alle wichtigen Infos zum Corona-Virus',
  20. icon: 'Virus',
  21. },
  22. {
  23. title: 'Alles für Auszubildende',
  24. icon: 'Wissen',
  25. },
  26. ]
  27. export const TopicsWithLinklist = [
  28. {
  29. title: 'Alles für Gründer',
  30. icon: 'Foundation',
  31. },
  32. {
  33. title: 'Schwerpunkt­thema Digitalisierung',
  34. icon: 'Roboter',
  35. },
  36. {
  37. title: 'Schwerpunkt­thema Nachfolge',
  38. icon: 'Uebergabe',
  39. }
  40. ]