Skip to content

Commit 0a55920

Browse files
authored
Fix/blabsy w3ds logo (#297)
* fix: add w3ds logo at the bottom * chore: run format
1 parent 144cfc9 commit 0a55920

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

platforms/blabsy/src/components/login/login-main.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ export function LoginMain(): JSX.Element {
110110
separation, where all your personal content is stored in
111111
your own sovereign eVault, not on centralised servers.
112112
</div>
113+
<Image
114+
src='/assets/w3dslogo.svg'
115+
alt='W3DS logo'
116+
width={100}
117+
height={20}
118+
/>
113119
</div>
114120
</div>
115121
</main>

0 commit comments

Comments
 (0)