Skip to content

Commit 4e703d7

Browse files
committed
new icon
1 parent 9a1d2dd commit 4e703d7

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed
Lines changed: 5 additions & 0 deletions
Loading

src/content/navigations.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,7 +2191,7 @@ export const navigationData: { [key: number]: Navigation } = {
21912191
},
21922192
],
21932193
mapHeight: 6700,
2194-
breakPoints: [7800, 1500],
2194+
21952195
path: [
21962196
{
21972197
title: 'Grundlagen',
@@ -2441,7 +2441,7 @@ export const navigationData: { [key: number]: Navigation } = {
24412441
{
24422442
type: 'new-skill',
24432443
title: 'Dreiecksfläche',
2444-
icon: '/learning-path/NRW_EESA_icons/rechtwinkliges-dreieck.svg',
2444+
icon: '/learning-path/NRW_EESA_icons/drawtriangle.svg',
24452445
iconSize: 50,
24462446
position: { x: 310, y: 1750 },
24472447
steps: [
@@ -2457,7 +2457,7 @@ export const navigationData: { [key: number]: Navigation } = {
24572457
{
24582458
type: 'new-skill',
24592459
title: 'Dreieck zeichnen',
2460-
icon: '/learning-path/NRW_EESA_icons/rechtwinkliges-dreieck.svg',
2460+
icon: '/learning-path/NRW_EESA_icons/drawtriangle.svg',
24612461
iconSize: 50,
24622462
position: { x: 230, y: 1890 },
24632463
steps: [
@@ -2474,7 +2474,7 @@ export const navigationData: { [key: number]: Navigation } = {
24742474
{
24752475
type: 'new-skill',
24762476
title: 'Dreieck zeichnen',
2477-
icon: '/learning-path/NRW_EESA_icons/rechtwinkliges-dreieck.svg',
2477+
icon: '/learning-path/NRW_EESA_icons/drawtriangle.svg',
24782478
iconSize: 50,
24792479
position: { x: 100, y: 1900 },
24802480
steps: [
@@ -2814,7 +2814,7 @@ export const navigationData: { [key: number]: Navigation } = {
28142814
{
28152815
type: 'new-skill',
28162816
title: 'Satz des Pythagoras',
2817-
icon: '/learning-path/NRW_EESA_icons/rechtwinkliges-dreieck.svg',
2817+
icon: '/learning-path/NRW_EESA_icons/drawtriangle.svg',
28182818
iconSize: 50,
28192819
position: { x: 100, y: 3700 },
28202820
steps: [
@@ -2830,7 +2830,7 @@ export const navigationData: { [key: number]: Navigation } = {
28302830
{
28312831
type: 'new-skill',
28322832
title: 'Satz des Pythagoras',
2833-
icon: '/learning-path/NRW_EESA_icons/rechtwinkliges-dreieck.svg',
2833+
icon: '/learning-path/NRW_EESA_icons/drawtriangle.svg',
28342834
iconSize: 50,
28352835
position: { x: 200, y: 3800 },
28362836
steps: [
@@ -2994,7 +2994,7 @@ export const navigationData: { [key: number]: Navigation } = {
29942994
{
29952995
type: 'repetition',
29962996
title: 'Dreieck zeichnen',
2997-
icon: '/learning-path/NRW_EESA_icons/rechtwinkliges-dreieck.svg',
2997+
icon: '/learning-path/NRW_EESA_icons/drawtriangle.svg',
29982998
iconSize: 50,
29992999
position: { x: 270, y: 4800 },
30003000
steps: [

0 commit comments

Comments
 (0)