Skip to content

Commit

Permalink
svg bw logo
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Aug 26, 2024
1 parent 2bee883 commit bf2a8c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Binary file removed src/assets/images/bw-logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/assets/images/bw-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ hr {
margin-left: 1rem;
line-height: 0.8;
// font-weight: bold;
}
}
6 changes: 3 additions & 3 deletions src/layouts/partials/downloads.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="download-section" id="downloads">
<div class="my-5">

{{ $bwlogo := resources.Get "/images/bw-logo.png" }}
{{ $bwlogo := resources.Get "/images/bw-logo.svg" }}
<img src="{{ $bwlogo.Permalink }}" class="mt-4">
<h4 class="mt-4">Bison Wallet is the official DCRDEX-compatible multi-wallet</h4>

Expand Down Expand Up @@ -96,9 +96,9 @@ <h4 class="mt-4">Bison Wallet is the official DCRDEX-compatible multi-wallet</h4

<div class="my-5">

{{ $bwlogo := resources.Get "/images/decrediton-logo.svg" }}
{{ $decreditonLogo := resources.Get "/images/decrediton-logo.svg" }}
<div class="d-inline-flex align-items-end mx-auto">
<img id="decreditonLogo" src="{{ $bwlogo.Permalink }}" class="mt-4">
<img id="decreditonLogo" src="{{ $decreditonLogo.Permalink }}" class="mt-4">
<span id="decreditonLogoText"> Decrediton</span>
</div>

Expand Down

0 comments on commit bf2a8c3

Please sign in to comment.