diff --git a/README.md b/README.md index 2cceb450..42cb2a50 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ -# Fundamental Vue +

+ + Fundamental Vue logo + +

+ Vue.JS components for [SAP Fiori Fundamentals](https://github.com/SAP/fundamental) -- [Playground](https://dist-gjxmmg5hv.now.sh) +- [Playground](https://dist-fdl62itm5.now.sh) - [GitHub repo of Angular implementation of SAP Fiori Fundamentals](https://github.com/SAP/fundamental-ngx) - [GitHub repo of React implementation of SAP Fiori Fundamentals](https://github.com/SAP/fundamental-react) diff --git a/gfx/Assets.sketch b/gfx/Assets.sketch deleted file mode 100644 index 5172e5a6..00000000 Binary files a/gfx/Assets.sketch and /dev/null differ diff --git a/gfx/Logo.sketch b/gfx/Logo.sketch new file mode 100644 index 00000000..3622551a Binary files /dev/null and b/gfx/Logo.sketch differ diff --git a/public/logo.png b/public/logo.png index 9ff57626..c5d90b68 100644 Binary files a/public/logo.png and b/public/logo.png differ diff --git a/public/logo@2x.png b/public/logo@2x.png index c9e4ac03..6c6bf967 100644 Binary files a/public/logo@2x.png and b/public/logo@2x.png differ diff --git a/public/logo_big.png b/public/logo_big.png new file mode 100644 index 00000000..904a87df Binary files /dev/null and b/public/logo_big.png differ diff --git a/public/logo_big@2x.png b/public/logo_big@2x.png new file mode 100644 index 00000000..c0930a1b Binary files /dev/null and b/public/logo_big@2x.png differ diff --git a/public/logobig.png b/public/logobig.png new file mode 100644 index 00000000..ae3fa28f Binary files /dev/null and b/public/logobig.png differ diff --git a/src/components/Layout/ShellBar/ShellBarUserMenu.tsx b/src/components/Layout/ShellBar/ShellBarUserMenu.tsx index 507929bc..c7e7faa8 100644 --- a/src/components/Layout/ShellBar/ShellBarUserMenu.tsx +++ b/src/components/Layout/ShellBar/ShellBarUserMenu.tsx @@ -16,7 +16,7 @@ export class ShellBarUserMenu extends TsxComponent<{}> {
{control} - {!control && } + {!control && }
{this.$slots.default}
diff --git a/src/components/SideNav/SideNavItem.tsx b/src/components/SideNav/SideNavItem.tsx index af80d1a1..208c4c3f 100644 --- a/src/components/SideNav/SideNavItem.tsx +++ b/src/components/SideNav/SideNavItem.tsx @@ -133,7 +133,7 @@ export class SideNavItem extends mixins(Icon) implements ItemContainer { {this.accessoryIcon && + + Fundamental Vue logo + +

+ > SAP Fundamental Vue is a UI framework based on [SAP Fiori Fundamentals](https://sap.github.io/fundamental/) and [Vue.js](htts://vuejs.org).