Skip to content

Commit

Permalink
Merge pull request #37 from Achintha444/main
Browse files Browse the repository at this point in the history
docs: Fix issue of `Coming Soon` logos not responsive for smaller screen sizes
  • Loading branch information
Achintha444 authored Aug 12, 2024
2 parents 71a524e + 2260923 commit 7fb348a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/website/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
head: [
[
"link",
{ rel: "icon", href: "/mobile-ui-sdks/asgardeo-dark.svg" }
{ rel: "icon", href: "/mobile-ui-sdks/asgardeo-light.svg" }
]
],
themeConfig: {
Expand Down
4 changes: 2 additions & 2 deletions docs/website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ features:
- icon:
light: /ios-light.svg
dark: /ios-dark.svg
width: 50%
width: 161.67
title: iOS SDK
details: iOS SDK for Asgardeo.
- icon:
src: /flutter.svg
width: 50%
width: 161.67
title: Flutter SDK
details: Flutter SDK for Asgardeo.
---
Expand Down

0 comments on commit 7fb348a

Please sign in to comment.