diff --git a/data/featured.json b/data/featured.json index 4c27da71b..bdede0fe9 100644 --- a/data/featured.json +++ b/data/featured.json @@ -3,12 +3,24 @@ "org": "dbt-labs", "package": "dbt_utils" }, + { + "org": "dbt-labs", + "package": "codegen" + }, + { + "org": "dbt-labs", + "package": "dbt_project_evaluator" + }, { "org": "dbt-labs", "package": "audit_helper" }, { "org": "dbt-labs", - "package": "codegen" + "package": "dbt_external_tables" + }, + { + "org": "calogica", + "package": "dbt_expectations" } ] diff --git a/source/_package_card.erb b/source/_package_card.erb index 54ce6e38f..561c257c1 100644 --- a/source/_package_card.erb +++ b/source/_package_card.erb @@ -2,11 +2,10 @@
- <%= image_tag(package.assets.logo, {alt: package.name}) %> + <%= image_tag(package.assets.logo, {alt: package.name, style: "width:75px;height:75px"}) %>
-
-

<%= package.name %>

-

<%= package.description %>

+
+

<%= package.name %>