From 33c4b313a2155e0a40e9f36f4b8e1effe154b6c4 Mon Sep 17 00:00:00 2001 From: Samuel Philipp Date: Mon, 1 Apr 2024 20:20:50 +0200 Subject: [PATCH] updated dev --- src/_data/global.dev.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_data/global.dev.json b/src/_data/global.dev.json index 1e333fe..beb27b8 100644 --- a/src/_data/global.dev.json +++ b/src/_data/global.dev.json @@ -1,16 +1,16 @@ { "languages": [ - { - "label": "English", - "code": "en", - "icon": "us", - "url": "https://dev.samuel-philipp.com" - }, { "label": "Deutsch", "code": "de", "icon": "de", "url": "https://dev.samuel-philipp.de" + }, + { + "label": "English", + "code": "en", + "icon": "us", + "url": "https://dev.samuel-philipp.com" } ] }