diff --git a/Dockerfile b/Dockerfile index 826fa25..9954dcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,9 @@ RUN update-ca-certificates RUN go install github.com/a-h/templ/cmd/templ@latest RUN curl -sLO \ - https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64 - -RUN mv tailwindcss-linux-x64 tailwindcss && chmod +x tailwindcss + https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64 && \ + mv tailwindcss-linux-x64 tailwindcss \ + && chmod +x tailwindcss RUN templ generate diff --git a/README.md b/README.md index b52e826..eabf5d1 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ This project is a debt recycling calculator built with Go, Templ, Tailwind CSS a **Features:** -- Calculate debt recycling scenarios with configurable options; - investment amounts, growth rates, and reinvestment of cash flow. -- Automatically adjusts for tax liabilities based on salary, country and dividends income. +- Calculate and compare debt recycling scenarios with configurable options; + investment amounts, growth rates, and reinvestment of cash flows. +- Automatically adjusts for tax liabilities based on salary, country and dividend income. **Technology Stack:** @@ -33,4 +33,4 @@ It also does not take into account franking credits, or the (hopefully) increasi > _"It is better to be roughly right than precisely wrong."_ > -> -- John Manyard Keynes +> \- John Manyard Keynes diff --git a/internal/templates/Hero.templ b/internal/templates/Hero.templ index 02cfc82..9b441d6 100644 --- a/internal/templates/Hero.templ +++ b/internal/templates/Hero.templ @@ -2,7 +2,6 @@ package templates templ Hero() {
- ♻️

Reduce, Reuse, Recycle! @@ -20,10 +19,10 @@ templ Hero() {