Skip to content

Commit

Permalink
Fix logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jan 29, 2024
1 parent 534c031 commit e600469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/logo.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div style=" display: flex; justify-content: center; align-items: center; gap: 1rem">
<span style="font-size: 2rem; color: white; font-weight: 400;">Wiki</span>
<img src="/logo.svg" style="width: 3rem; background: white; padding: 5px; border-radius: 10px;" />
<img src="logo.svg" style="width: 3rem; background: white; padding: 5px; border-radius: 10px;" />
<span style="font-size: 2rem; color: white; ">Ulisse</span>
</div>

0 comments on commit e600469

Please sign in to comment.