diff --git a/src/AdvancedSearch.svelte b/src/AdvancedSearch.svelte index 2e039c1..3f21087 100644 --- a/src/AdvancedSearch.svelte +++ b/src/AdvancedSearch.svelte @@ -65,7 +65,7 @@

Topics

diff --git a/src/ItemCard.svelte b/src/ItemCard.svelte index ca74582..4cda857 100644 --- a/src/ItemCard.svelte +++ b/src/ItemCard.svelte @@ -7,7 +7,7 @@ {item.name} - ★ ★ ★ ★ ★ + diff --git a/src/ItemDetail.svelte b/src/ItemDetail.svelte index 72e6cce..0e7c205 100644 --- a/src/ItemDetail.svelte +++ b/src/ItemDetail.svelte @@ -35,15 +35,13 @@

{item.name}

Into Several Rmote Regions of the World

- {item.creator} + {item.creators}
- ★★★★★ -
- 333 Ratings +
@@ -64,7 +62,7 @@

Description

-

Lorem ipsum dolor sit amet consectetur, adipisicing elit. Non asperiores vel sint veniam placeat tenetur illum cum voluptatum ducimus aut assumenda nesciunt eum veritatis, fuga ex earum. Consectetur, tempore fugit. Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum, veniam voluptates explicabo distinctio accusantium eos a commodi aperiam sit neque non corporis iure odit quisquam laboriosam eum quos iusto nesciunt.

+

{item.description}


diff --git a/templates/index.html b/templates/index.html index 03a2ec4..dbaeab4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,6 +6,8 @@ + + LearnAwesome