mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
13 lines
466 B
Plaintext
13 lines
466 B
Plaintext
@namespace Wabbajack.App.Blazor.Components
|
|
|
|
<div id="side-bar">
|
|
@* TODO: [Low] Replace logo with SVG? *@
|
|
<img class="logo" src="images/Logo_Dark_Transparent.png" alt="Wabbajack Logo">
|
|
<div class="socials">
|
|
@* TODO: wrap social icons in a button and make it clickable *@
|
|
<img src="images/icons/patreon.svg" alt="">
|
|
<img src="images/icons/github.svg" alt="">
|
|
<img src="images/icons/discord.svg" alt="">
|
|
</div>
|
|
</div>
|