Skip to content

Commit 4a9139f

Browse files
committed
changed the filename casing for the assets to all lowercase
1 parent 0e9eba2 commit 4a9139f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory/develop/howto-add-branding-in-azure-ad-apps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To download the official Microsoft logo for use in your app, right-click the one
6868

6969
| Asset | PNG format | SVG format |
7070
| ------------------------------------ | ---------- | ---------- |
71-
| Microsoft logo | ![Microsoft logo PNG](./media/howto-add-branding-in-azure-ad-apps/MS-SymbolLockup_MSSymbol_19.png) | ![Microsoft logo SVG](./media/howto-add-branding-in-azure-ad-apps/MS-SymbolLockup_MSSymbol_19.svg) |
71+
| Microsoft logo | ![Microsoft logo PNG](./media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_mssymbol_19.png) | ![Microsoft logo SVG](./media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_mssymbol_19.svg) |
7272

7373
## Visual guidance for sign-in
7474

@@ -80,16 +80,16 @@ It’s the association of the Microsoft logo and the “Sign in with Microsoft
8080

8181
The following diagram shows the Microsoft-recommended redlines when using the assets with your app. The redlines apply to "Sign in with Microsoft" or the shorter "Sign in" version.
8282

83-
![Sign in with Microsoft redlines](./media/howto-add-branding-in-azure-ad-apps/Sign-in-with-Microsoft-redlines.png)
83+
![Sign in with Microsoft redlines](./media/howto-add-branding-in-azure-ad-apps/sign-in-with-microsoft-redlines.png)
8484

8585
To download the official images for use in your app, right-click the one you want to use and then save it to your computer.
8686

8787
| Asset | PNG format | SVG format |
8888
| ------------------------------------ | ---------- | ---------- |
89-
| Sign in with Microsoft (dark theme) | ![Sign in button dark theme PNG](./media/howto-add-branding-in-azure-ad-apps/MS-SymbolLockup_SignIn_dark.png) | ![Sign in with Microsoft button dark theme SVG](./media/howto-add-branding-in-azure-ad-apps/MS-SymbolLockup_SignIn_dark.svg) |
90-
| Sign in with Microsoft (light theme) | ![Sign in button light theme PNG](./media/howto-add-branding-in-azure-ad-apps/MS-SymbolLockup_SignIn_light.png) | ![Sign in with Microsoft button light theme SVG](./media/howto-add-branding-in-azure-ad-apps/MS-SymbolLockup_SignIn_light.svg) |
91-
| Sign in (dark theme) | ![Sign in short button dark theme PNG](./media/howto-add-branding-in-azure-ad-apps/MS-SymbolLockup_SignIn_dark_short.png) | ![Sign in short button dark theme SVG](./media/howto-add-branding-in-azure-ad-apps/MS-SymbolLockup_SignIn_dark_short.svg) |
92-
| Sign in (light theme) | ![Sign in short button light theme PNG](./media/howto-add-branding-in-azure-ad-apps/MS-SymbolLockup_SignIn_light_short.png) | ![Sign in short button light theme SVG](./media/howto-add-branding-in-azure-ad-apps/MS-SymbolLockup_SignIn_light_short.svg) |
89+
| Sign in with Microsoft (dark theme) | ![Sign in button dark theme PNG](./media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_dark.png) | ![Sign in with Microsoft button dark theme SVG](./media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_dark.svg) |
90+
| Sign in with Microsoft (light theme) | ![Sign in button light theme PNG](./media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_light.png) | ![Sign in with Microsoft button light theme SVG](./media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_light.svg) |
91+
| Sign in (dark theme) | ![Sign in short button dark theme PNG](./media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_dark_short.png) | ![Sign in short button dark theme SVG](./media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_dark_short.svg) |
92+
| Sign in (light theme) | ![Sign in short button light theme PNG](./media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_light_short.png) | ![Sign in short button light theme SVG](./media/howto-add-branding-in-azure-ad-apps/ms-symbollockup_signin_light_short.svg) |
9393

9494

9595
## Branding Do’s and Don’ts

0 commit comments

Comments
 (0)