Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 30, 2025
1 parent 901454c commit 00d2744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/ash_hq_web/redirect_to_hex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions lib/ash_hq_web/views/home_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 00d2744

Please sign in to comment.