Skip to content

Commit

Permalink
refactor(footer): slit element into multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Feb 28, 2020
1 parent 5b87b56 commit 970987f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/@theme/components/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import { Component } from '@angular/core';
selector: 'ngx-footer',
styleUrls: ['./footer.component.scss'],
template: `
<span class="created-by">Created with ♥ by <b><a href="https://akveo.page.link/8V2f" target="_blank">Akveo</a></b> 2019</span>
<span class="created-by">
Created with ♥ by <b><a href="https://akveo.page.link/8V2f" target="_blank">Akveo</a></b> 2019
</span>
<div class="socials">
<a href="#" target="_blank" class="ion ion-social-github"></a>
<a href="#" target="_blank" class="ion ion-social-facebook"></a>
Expand Down

0 comments on commit 970987f

Please sign in to comment.