diff --git a/lib/towerops_web/live/changelog_live.ex b/lib/towerops_web/live/changelog_live.ex index f737bab6..4f8f7512 100644 --- a/lib/towerops_web/live/changelog_live.ex +++ b/lib/towerops_web/live/changelog_live.ex @@ -11,28 +11,30 @@ defmodule ToweropsWeb.ChangelogLive do @impl true def render(assigns) do ~H""" -
-

What's New

-

Latest updates and improvements to TowerOps.

+ +
+

What's New

+

Latest updates and improvements to TowerOps.

-
-
-
-
- - {Calendar.strftime(entry.date, "%b %d, %Y")} - +
+
+
+
+ + {Calendar.strftime(entry.date, "%b %d, %Y")} + +
+

{entry.title}

+
    +
  • {item}
  • +
-

{entry.title}

-
    -
  • {item}
  • -
-
+ """ end end