diff --git a/frontend/src/app/components/game-detail-view/game-detail-view.component.html b/frontend/src/app/components/game-detail-view/game-detail-view.component.html index 3222aa0..61f71ce 100644 --- a/frontend/src/app/components/game-detail-view/game-detail-view.component.html +++ b/frontend/src/app/components/game-detail-view/game-detail-view.component.html @@ -1,4 +1,5 @@ -
+
@@ -9,16 +10,18 @@

{{game.title}}

Release: {{game.releaseDate | date: 'longDate'}}

+ +

Description

{{game.summary}}

-
-

Critics Rating ({{game.criticsRating}}/100)

- -
- -
-

User Rating ({{game.userRating}}/100)

- +
+

Developed by

+
+
+ {{company.name}} +
+
@@ -37,17 +40,34 @@

Genres

- {{genre.name}} + {{genre.name}}

Themes

- {{theme.name}} + {{theme.name}}
+ +
+
+

Critics Rating ({{game.criticsRating}}/100) +

+ +
+ +
+

User Rating ({{game.userRating}}/100)

+ +
+
@@ -56,14 +76,16 @@

Screenshots

- +

Videos

- +