Skip to content

Commit 5f8211a

Browse files
committed
fix: Merge conflicts
1 parent 7618d86 commit 5f8211a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

packages/documentation/.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export default defineConfig({
5151

5252

5353
logo: {
54-
light: "/icons/ui5/B.svg",
55-
dark: "/icons/ui5/O.svg"
54+
light: "/images/Logo_B_RGB.png",
55+
dark: "/images/Logo_O_RGB.png"
5656
},
5757
externalLinkIcon: false,
5858
outline: [1,3],
@@ -65,13 +65,13 @@ export default defineConfig({
6565

6666
socialLinks: [
6767

68-
{ icon: "github", link: "https://github.com/SAP/ui5-tooling" },
68+
{ icon: "github", link: "https://github.com/UI5/cli" },
6969
],
7070

7171
footer: {
7272

7373
message: `
74-
&copy; Copyright ${new Date().getFullYear()}, SAP SE and UI5 Tooling Contributors <br/>
74+
&copy; Copyright ${new Date().getFullYear()}, SAP SE and UI5 CLI Contributors <br/>
7575
<a style="margin:25px"href="https://www.sap.com/corporate/en/legal/impressum.html">Legal Disclosure</a>
7676
<a style="margin:25px" href="https://www.sap.com/corporate/en/legal/terms-of-use.html">Terms of Use</a>
7777
<a style="margin:25px" href="https://sap.github.io/ui25-tooling/stable/pages/Privacy/">Privacy</a>

0 commit comments

Comments
 (0)