From 43f9c9e2c95513b09b5f62887ddd842c52e5773e Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 15 Mar 2023 09:55:36 +0100 Subject: [PATCH] add link to about note --- lib/chiya_web/components/layouts/public.html.heex | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/chiya_web/components/layouts/public.html.heex b/lib/chiya_web/components/layouts/public.html.heex index f2daefe..6e6763d 100644 --- a/lib/chiya_web/components/layouts/public.html.heex +++ b/lib/chiya_web/components/layouts/public.html.heex @@ -2,11 +2,15 @@
Chiya -

- v<%= Application.spec(:chiya, :vsn) %> -

-
+
+ <.link + href={~p"/n/about"} + class="text-xs font-semibold leading-6 text-gray-900 hover:text-gray-700" + > + About + +