Skip to content

Commit 82478b0

Browse files
authored
chore(analytics): put correct meta tags (#79)
1 parent acdf3f7 commit 82478b0

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## Download
77
- [Complete Eva Icons Package](https://akveo.github.io/eva-icons/eva-icons.zip)
88
- [NPM Package](https://www.npmjs.com/package/eva-icons)
9-
- you also can download icons one by one in `PNG` and `SVG` formats from [Eva Icons Website](https://akveo.github.io/eva-icons/).
9+
- you also can download icons one by one in `PNG` and `SVG` formats from [Eva Icons Website](https://hubs.ly/H0n7b3S0).
1010

1111
### CDN
1212

@@ -170,5 +170,5 @@ eva.replace({
170170
- Like our page on [Facebook](https://www.facebook.com/akveo/) :thumbsup:
171171

172172
## From Developers
173-
Made with :heart: by [Akveo team](http://akveo.com?utm_source=github&utm_medium=nebular_readme). Follow us on [Twitter](https://twitter.com/akveo_inc) to get the latest news first!
173+
Made with :heart: by [Akveo team](https://hubs.ly/H0n79yM0). Follow us on [Twitter](https://twitter.com/akveo_inc) to get the latest news first!
174174
We're always happy to receive your feedback!

src/app/@theme/components/footer/footer.component.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<div class="logo">
2-
<a href="http://akveo.com" target="_blank">
2+
<a href="https://hubs.ly/H0n7b2-0" target="_blank">
33
<img src="assets/img/akveo-logo.png">
44
</a>
55
</div>
66
<div class="company-info">
77
<ul>
88
<li class="title">More from Akveo</li>
9-
<li><a href="http://akveo.com?utm_source=eva_documentation&utm_medium=footer" target="_blank">Homepage</a></li>
10-
<li><a href="https://akveo.github.io/nebular?utm_source=eva_documentation&utm_medium=footer" target="_blank">Nebular</a></li>
11-
<li><a href="https://akveo.github.io/ngx-admin?utm_source=eva_documentation&utm_medium=footer"
12-
target="_blank">ngx-admin</a></li>
9+
<li><a href="https://hubs.ly/H0n7b2_0" target="_blank">Homepage</a></li>
10+
<li><a href="https://hubs.ly/H0n79xw0" target="_blank">Nebular</a></li>
11+
<li><a href="https://hubs.ly/H0n7b3p0" target="_blank">ngx-admin</a></li>
1312
<li>
14-
<a href="https://eva.design?utm_source=eva_documentation&utm_medium=footer" target="_blank">
13+
<a href="https://hubs.ly/H0n79xm0" target="_blank">
1514
Eva Design System
1615
</a>
1716
</li>
@@ -35,7 +34,7 @@
3534
</a>
3635
</li>
3736
<li class="copy">
38-
&copy; 2015-2018 <a href="http://akveo.com?utm_source=eva_documentation&utm_medium=footer" target="_blank">Akveo LLC</a><br>
37+
&copy; 2015-2018 <a href="https://hubs.ly/H0n79x40" target="_blank">Akveo LLC</a><br>
3938
Documentation licensed under CC BY 4.0.
4039
</li>
4140
</ul>

src/app/@theme/components/page-container/page-container.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>
99
<p class="description">
1010
Eva Icons is a pack of more than <span>480</span> beautifully crafted Open Source icons for common actions and items.<br/>
1111
Download our set on the desktop to use them in your digital products for Web, iOS and Android.<br/>
12-
Compatible with <a class="eva-ds-link" href="https://eva.design?utm_source=eva_documentation&utm_medium=hero">Eva Design System</a>.
12+
Compatible with <a class="eva-ds-link" href="https://hubs.ly/H0n7b390">Eva Design System</a>.
1313
</p>
1414

1515
<div class="search" [class.search-focus]="isInputFocus">

0 commit comments

Comments
 (0)