Skip to content

Commit

Permalink
ui updated
Browse files Browse the repository at this point in the history
  • Loading branch information
angelluce committed Aug 4, 2023
1 parent 6a4074c commit f9cfd5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {MenuItem} from "primeng/api";
export class AppComponent {
title = 'Home';
dockItems: MenuItem[] = [
/*
{
label: 'Home',
icon: "assets/icons/home.png",
Expand All @@ -23,7 +22,7 @@ export class AppComponent {
positionLeft: 15
},
routerLink: ['home'],
},*/
},
{
label: 'Characters',
icon: "assets/icons/characters.png",
Expand Down
4 changes: 3 additions & 1 deletion src/app/components/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

<div>
<img src="assets/Rick%20and%20Morty.png" width="100%" alt="Rick and Morty">
</div>

0 comments on commit f9cfd5c

Please sign in to comment.