1
0
Fork 0

Adding legal links

Dieser Commit ist enthalten in:
Nick Slowinski 2023-09-09 11:33:53 +02:00
Ursprung 1ef9d8fbae
Commit 945e3e2bf3
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

Datei anzeigen

@ -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',
}, },
], ],
}, },