From 00d274478e521cd47ab435f68e78b45b10853e50 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 30 Jan 2025 10:43:46 -0500 Subject: [PATCH] chore: cleanup --- lib/ash_hq_web/redirect_to_hex.ex | 2 +- lib/ash_hq_web/views/home_view.ex | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ash_hq_web/redirect_to_hex.ex b/lib/ash_hq_web/redirect_to_hex.ex index c5c047d..ba866d7 100644 --- a/lib/ash_hq_web/redirect_to_hex.ex +++ b/lib/ash_hq_web/redirect_to_hex.ex @@ -82,7 +82,7 @@ defmodule AshHqWeb.RedirectToHex do %{"guide" => path, "library" => library} -> redirect_to_hex(conn, "https://hexdocs.pm/#{library}/#{List.last(path)}.html") - stuff -> + _ -> conn end end diff --git a/lib/ash_hq_web/views/home_view.ex b/lib/ash_hq_web/views/home_view.ex index 77f2deb..4e331f8 100644 --- a/lib/ash_hq_web/views/home_view.ex +++ b/lib/ash_hq_web/views/home_view.ex @@ -119,9 +119,9 @@ defmodule AshHqWeb.HomeView do paper_trail: "Paper Trail", cloak: "Encryption" ], - UI: [ - mishka: "Mishka Chelekom" - ], + # "UI Components": [ + # mishka: "Mishka Chelekom" + # ], "Observability & Administration": [ admin: "Admin UI", appsignal: "AppSignal",