diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 19:29:45 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 19:29:45 +0200 |
| commit | 69624c2a75f04375793d31203e63b8a1797749bf (patch) | |
| tree | e9b64e42ecd3014ea0b5990f344567e69a8ef7a8 /src/app/components/profile/profile.component.html | |
| parent | 01a1dc03438051ca152c0207e377b3de8e77a3c7 (diff) | |
| download | DevHive-Angular-69624c2a75f04375793d31203e63b8a1797749bf.tar DevHive-Angular-69624c2a75f04375793d31203e63b8a1797749bf.tar.gz DevHive-Angular-69624c2a75f04375793d31203e63b8a1797749bf.zip | |
Added an hr to feed and profile components, styled properly
Diffstat (limited to 'src/app/components/profile/profile.component.html')
| -rw-r--r-- | src/app/components/profile/profile.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index 38f15e4..4bb6752 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -47,6 +47,7 @@ </span> </div> </section> + <hr class="card-hr"> <section> <div *ngIf="userPosts.length === 0"> {{ user.firstName }} {{ user.lastName }} hasn't posted anything yet! |
