geforkt von nick-slowinski.de/docs
Adding legal links
Dieser Commit ist enthalten in:
Ursprung
1ef9d8fbae
Commit
945e3e2bf3
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
|
@ -96,16 +96,16 @@ const config = {
|
||||||
title: 'Rechtliches',
|
title: 'Rechtliches',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Link 1',
|
label: 'Impressum',
|
||||||
to: '#',
|
to: 'https://www.nick-slowinski.de/impressum/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Link 2',
|
label: 'Datenschutzerklärung',
|
||||||
to: '#',
|
to: 'https://www.nick-slowinski.de/impressum/#datenschutzerkl%C3%A4rung',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Link 3',
|
label: 'Haftungsausschluss',
|
||||||
to: '#',
|
to: 'https://www.nick-slowinski.de/impressum/#haftungsausschluss',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Laden …
In neuem Issue referenzieren