Skip to content

Commit

Permalink
Change favicon and logo to be datahub instead of linkedin (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Tran authored Oct 15, 2020
1 parent 5fca512 commit d24c396
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
11 changes: 11 additions & 0 deletions datahub-web/documentation/guides/CHANGING-LOGO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changing the DataHub logo

## Tags
change, logo, image, favicon

## Instructions

- Navigate to `datahub-web/packages/data-portal/public/assets` directory
- To change the favicon, replace `favicon.ico` with your own favicon image
- To change the logo on the navbar, we are currently restricted to using just svg images. Replace
`images/svgs/app-logo.svg` with your own desired image
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</button>

<LinkTo @route="index" @query={{hash keyword=null platform=null prefix=null}} class="navbar-brand">
{{svg-jar "inbug" width="34px" height="34px"}}
{{svg-jar "app-logo" width="34px" height="34px"}}
<span class="navbar-brand-text">{{this.appName}}</span>
</LinkTo>
</div>
Expand Down
Binary file modified datahub-web/packages/data-portal/public/assets/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

0 comments on commit d24c396

Please sign in to comment.