Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2599 from darkdarkdragon/develop-gatehub-logo
Browse files Browse the repository at this point in the history
[FIX] add GateHub logo (RT-3516)
  • Loading branch information
vhpoet committed Sep 30, 2015
2 parents a8fe44d + f761cc4 commit 48ed0e4
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 2 deletions.
Binary file added img/gateway_logos/gw_gatehub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 103 additions & 0 deletions img/gateway_logos/gw_gatehub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/templates/client/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ div#wrapper
a(href="https://www.ripplesingapore.com/", target="_blank", l10n)
img.img-responsive.gateway(src="img/gateway_logos/gw_ripplesingapore.svg")
.col-xs-6.col-sm-2.gatewayExample
a(href="https://snapswap.us/", target="_blank", l10n)
img.img-responsive.gateway(src="img/gateway_logos/gw_snapswap.svg")
a(href="https://gatehub.net/", target="_blank", l10n)
img.img-responsive.gateway(src="img/gateway_logos/gw_gatehub.svg")

// Footer
footer.container(ng-hide="pageLoading", ng-class="{ 'loggedOut': !loginStatus }")
Expand Down

0 comments on commit 48ed0e4

Please sign in to comment.