From 217d57c522754bf453fdfcda35ae7dc5579bccd9 Mon Sep 17 00:00:00 2001 From: Thibault Grandemenge <160125763+Grand-Thibault@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:52:49 +0100 Subject: [PATCH] replaced xmas logo with regular tx logo --- docusaurus.config.js | 2 +- static/img/tx-logos/logo_tractus-x.svg | 6 ++++++ static/img/tx-logos/logo_tractus-x.svg.license | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 static/img/tx-logos/logo_tractus-x.svg create mode 100644 static/img/tx-logos/logo_tractus-x.svg.license diff --git a/docusaurus.config.js b/docusaurus.config.js index fb67195bf62..ccbe75ef138 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -398,7 +398,7 @@ const config = { title: 'Eclipse Tractus-X', logo: { alt: 'Eclipse Tractus-X logo', - src: 'img/tx-logos/logo-tractus-x-xmas.drawio.svg', + src: 'img/tx-logos/logo_tractus-x.svg', }, items: [ {to: 'blog', label: 'News', position: 'left'}, diff --git a/static/img/tx-logos/logo_tractus-x.svg b/static/img/tx-logos/logo_tractus-x.svg new file mode 100644 index 00000000000..dd226327c11 --- /dev/null +++ b/static/img/tx-logos/logo_tractus-x.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/img/tx-logos/logo_tractus-x.svg.license b/static/img/tx-logos/logo_tractus-x.svg.license new file mode 100644 index 00000000000..aecaa79dd73 --- /dev/null +++ b/static/img/tx-logos/logo_tractus-x.svg.license @@ -0,0 +1,5 @@ +This work is licensed under the CC-BY-4.0 + +- SPDX-License-Identifier: CC-BY-4.0 +- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation +- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/static/img/tx-logos/logo_tractus-x.svg