Skip to content

Commit

Permalink
fix: logos in home
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-dintino committed Jun 12, 2024
1 parent 45a5ffb commit 167216c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const vitepressSidebarOptions = {

export default defineConfig({
base: "/",
title: "Didroom ecosystem",
title: " | Open Source Digital Identity",
description: "Empower your Identity strategy: customize, plug, deploy",

lastUpdated: true,
Expand All @@ -46,7 +46,7 @@ export default defineConfig({
{ text: "Get started", link: "/get_started" },
{ text: "Pricing", link: "/guides/9_pricing/" },
],
logo: "images/didroom_logo_emblem.svg",
logo: "https://raw.githubusercontent.com/ForkbombEu/DIDroom/45a5ffb737d81c33449bf2d394627a88ddbfc1d0/images/DIDroom_logo.svg",
sidebar: generateSidebar(vitepressSidebarOptions),
socialLinks: [
{ icon: "github", link: "https://github.com/forkbombeu/didroom" },
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hero:
text: "🔌Digital Identity into your solution:\n\n • Web dashboard\n • Microservices\n • Android/iOS apps\n\n"
tagline: "DIDroom is a customizable identity solution, EUDI-ARF compliant, and built with security and decentralization in mind.\nRuns: ☁️SaaS, 🏭On-Premises, 🛠mixed\n\n"
image:
src: ./images/DIDroom_logo_D_only.png
src: https://raw.githubusercontent.com/ForkbombEu/DIDroom/45a5ffb737d81c33449bf2d394627a88ddbfc1d0/images/didroom_logo_emblem.svg
actions:
- theme: brand
text: 🏁 Get started
Expand Down

0 comments on commit 167216c

Please sign in to comment.