Skip to content

Commit

Permalink
fix: not harcoded title for logo component (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 authored Aug 26, 2024
1 parent c58a19f commit 1ec87aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/logo/d-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class DLogo {
/>
</svg>
<d-heading size="s" class="text-accent">
DidroomWallet
<slot/>
</d-heading>
</div>
</Host>
Expand Down

0 comments on commit 1ec87aa

Please sign in to comment.