From b25a15f578628718152de89bf004653347823dc7 Mon Sep 17 00:00:00 2001 From: Ali <75311052+AAVision@users.noreply.github.com> Date: Sat, 30 Mar 2024 01:54:41 +0200 Subject: [PATCH] This commit will do fixes --- src/app/components/home/home.component.html | 29 ++++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/src/app/components/home/home.component.html b/src/app/components/home/home.component.html index bd6d689..7087924 100644 --- a/src/app/components/home/home.component.html +++ b/src/app/components/home/home.component.html @@ -191,19 +191,22 @@

{{githubData?.name}}

{{githubData?.license.name}}

-
  • -
    -
    Home Page
    -
    - - - -
    -
    {{githubData?.homepage}}
    -
  • + @if(githubData?.homepage){ +
  • +
    +
    Home Page
    +
    + + + +
    +
    {{githubData?.homepage}}
    +
  • + } +