Skip to content

Commit

Permalink
feat: offramp link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-ae committed Jun 5, 2024
1 parent 72a8777 commit b9c736b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link href="styles/rewards/claim-table.css" rel="stylesheet" />
<link href="styles/rewards/media-queries.css" rel="stylesheet" />
<link href="styles/rewards/light-mode.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="canonical" href="https://pay.ubq.fi" />
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Expand Down Expand Up @@ -182,6 +183,9 @@
<div id="build">
<a target="_blank" rel="noopener noreferrer"></a>
</div>
<a href="https://github.com/ubiquity/work.ubq.fi/discussions/53" target="_blank" class="faq-icon">
<span class="material-icons">help_outline</span>
</a>
</footer>
</main>
<ul class="notifications"></ul>
Expand Down
9 changes: 9 additions & 0 deletions static/styles/rewards/pay.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,12 @@ footer {
border-bottom-color: transparent;
border-left-color: transparent;
}

.faq-icon {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 36px;
color: #999999;
cursor: pointer;
}

0 comments on commit b9c736b

Please sign in to comment.