diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac1e7be..e92d78fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# v0.7.0 +# v0.7.1 +- Fix table component alignment and styling + +# v0.7.1 - Add shading to table component - Fix chart to sum by day - Fix whitespace when copying invite url diff --git a/lib/cannery_web/components/table_component.html.heex b/lib/cannery_web/components/table_component.html.heex index bd912987..895bfa5d 100644 --- a/lib/cannery_web/components/table_component.html.heex +++ b/lib/cannery_web/components/table_component.html.heex @@ -1,4 +1,4 @@ -
+ | <%= label %> | <% end %> diff --git a/lib/cannery_web/live/home_live.ex b/lib/cannery_web/live/home_live.ex index d3042764..23f72683 100644 --- a/lib/cannery_web/live/home_live.ex +++ b/lib/cannery_web/live/home_live.ex @@ -138,7 +138,7 @@ defmodule CanneryWeb.HomeLive do target="_blank" rel="noopener noreferrer" > -
---|