diff options
author | Wicklow <wicklow@framasoft.org> | 2023-02-16 12:32:31 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-20 13:52:22 +0100 |
commit | 389eb1312929a946b16dfcdd02d646902425a494 (patch) | |
tree | cd96143c9007a65541991ca127b3ed009e700204 /client/src | |
parent | 35fe58c2f8f4a1ac0ede16b1a7d8763c25b8febe (diff) | |
download | PeerTube-389eb1312929a946b16dfcdd02d646902425a494.tar.gz PeerTube-389eb1312929a946b16dfcdd02d646902425a494.tar.zst PeerTube-389eb1312929a946b16dfcdd02d646902425a494.zip |
Refactoring home component
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+home/home.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+home/home.component.scss | 3 | ||||
-rw-r--r-- | client/src/app/+home/home.component.ts | 1 |
3 files changed, 1 insertions, 5 deletions
diff --git a/client/src/app/+home/home.component.html b/client/src/app/+home/home.component.html index dfce46618..1530af4fb 100644 --- a/client/src/app/+home/home.component.html +++ b/client/src/app/+home/home.component.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <div class="root margin-content"> | 1 | <div class="root pt-4 margin-content"> |
2 | <my-custom-markup-container [content]="homepageContent"></my-custom-markup-container> | 2 | <my-custom-markup-container [content]="homepageContent"></my-custom-markup-container> |
3 | </div> | 3 | </div> |
4 | 4 | ||
diff --git a/client/src/app/+home/home.component.scss b/client/src/app/+home/home.component.scss deleted file mode 100644 index 6c73e9248..000000000 --- a/client/src/app/+home/home.component.scss +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | .root { | ||
2 | padding-top: 20px; | ||
3 | } | ||
diff --git a/client/src/app/+home/home.component.ts b/client/src/app/+home/home.component.ts index f966a2b02..8da4a2008 100644 --- a/client/src/app/+home/home.component.ts +++ b/client/src/app/+home/home.component.ts | |||
@@ -3,7 +3,6 @@ import { CustomPageService } from '@app/shared/shared-main/custom-page' | |||
3 | 3 | ||
4 | @Component({ | 4 | @Component({ |
5 | templateUrl: './home.component.html', | 5 | templateUrl: './home.component.html', |
6 | styleUrls: [ './home.component.scss' ] | ||
7 | }) | 6 | }) |
8 | 7 | ||
9 | export class HomeComponent implements OnInit { | 8 | export class HomeComponent implements OnInit { |