Skip to content

Commit

Permalink
use iron icon icon
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Dec 13, 2023
1 parent c2a17dc commit fd97c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 0 additions & 10 deletions src/server_manager/images/open_in_newlink.svg

This file was deleted.

3 changes: 2 additions & 1 deletion src/server_manager/web_app/ui_components/app-root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ export class AppRoot extends polymerElementWithLocalize {
color: var(--primary-green);
display: flex;
align-items: center;
gap: 0.25rem;
}
.legal-links {
margin: 0 -6px;
Expand Down Expand Up @@ -400,7 +401,7 @@ export class AppRoot extends polymerElementWithLocalize {
class="documentation-link"
href="https://www.reddit.com/r/outlinevpn/wiki/index/">
<span>[[localize('outline-documentation')]]</span>
<iron-icon src="images/open_in_newlink.svg" />
<iron-icon icon="open-in-new" />
</a>
<span on-tap="maybeCloseDrawer"><a href="https://support.getoutline.org/s/article/Data-collection">[[localize('nav-data-collection')]]</a></span>
<span on-tap="submitFeedbackTapped">[[localize('nav-feedback')]]</span>
Expand Down

0 comments on commit fd97c16

Please sign in to comment.