Skip to content

Commit

Permalink
update boring business leads logo
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 22, 2025
1 parent 9ff995a commit 91b8a66
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 56 deletions.
7 changes: 5 additions & 2 deletions lib/ash_hq_web/views/home_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule AshHqWeb.HomeView do
[
Alembic: %{href: "https://www.alembic.com.au", src: "images/alembic.svg"},
Daylite: %{
href: "www.daylite.app",
href: "https://www.daylite.app",
src: "/images/daylite-logo.svg"
},
Heretask: %{href: "https://www.heretask.com/", src: "/images/heretask-logo-light.svg"},
Expand All @@ -38,7 +38,10 @@ defmodule AshHqWeb.HomeView do
src: "/images/wintermeyer-logo-dark.svg"
},
# placeholder: %{href: "", src: ""},
"Self Storage Leads": %{href: "#", src: "/images/self-storage-leads-logo-light.svg"}
"Boring Business Leads": %{
href: "https://boringbusinessleads.com",
src: "/images/self-storage-leads-logo-light.svg"
}
# placeholder: %{href: "", src: ""}
]
|> insert_placeholders(logos_grid())
Expand Down
Loading

0 comments on commit 91b8a66

Please sign in to comment.