Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Umbrel link for Decrediton. #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/assets/scss/downloads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
align-items: normal;
justify-content: center;

.download {

display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #f1f1f1;
border: 2px solid #f1f1f1;
border-radius: 8px;
Expand All @@ -39,6 +38,7 @@
margin: 24px;

.btn-bg {
flex-grow: 1;
background: white;
border-radius: 0 0 8px 8px;
font-size: 14px;
Expand Down
18 changes: 0 additions & 18 deletions src/layouts/partials/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,24 +164,6 @@
</div>
</div>

<div class="download">

{{ $umbrelblue := resources.Get "/images/umbrel-blue.svg" }}
<div>
<img src="{{ $umbrelblue.Permalink }}"/>
<span>Umbrel</span>
</div>

<div class="btn-bg">
<a class="btn btn-primary" href="{{ $.Site.Params.umbrel_community_app_store_url }}" rel="noopener noreferrer">
App Store
</a>
<a href="{{ $.Site.Params.umbrel_community_app_store_url }}" rel="noopener noreferrer">
The Decred Community App Store
</a>
</div>
</div>

</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions src/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ <h1>DCRDEX</h1>
Download
<a href="{{ $.Site.Params.dexreleases_url }}" rel="noopener noreferrer">
Bison Wallet</a>
<!-- Hide Umbrel until updated -->
<div class="d-none">
, <br/>
{{ $umbrel := resources.Get "/images/umbrel.svg" }}
Expand Down