Skip to content

Commit

Permalink
chore: update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 25, 2024
1 parent d2be391 commit 8cbb8f8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 35 deletions.
2 changes: 1 addition & 1 deletion lib/ash_hq_web/pages/home.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule AshHqWeb.Pages.Home do
Model your domain, <CalloutText.callout text="derive the rest" />
</div>
<div class="text-2xl font-light text-base-dark-700 dark:text-base-light-100 max-w-4xl mx-auto px-4 md:px-0 mt-4 md:text-center">
Build <CalloutText.callout text="powerful Elixir applications" /> with a <CalloutText.callout text="flexible" /> tool-chain.
Build <CalloutText.callout text="powerful Elixir applications" /> with a <CalloutText.callout text="flexible" /> toolchain.
</div>
<div class="flex flex-col space-y-4 md:space-x-4 md:space-y-0 md:flex-row items-center mt-8 mb-6 md:mb-10">
Expand Down
20 changes: 9 additions & 11 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ defmodule AshHq.MixProject do
# Type `mix help deps` for examples and options.
defp deps do
[
{:ash, "~> 3.0"},
{:ash_postgres, "~> 2.2.0"},
{:ash_admin, "~> 0.11.0"},
{:ash_phoenix, "~> 2.1.1"},
{:ash_graphql, "~> 1.3.1"},
{:ash_json_api, "~> 1.4.1"},
{:ash, "~> 3.3"},
{:ash_postgres, "~> 2.2"},
{:ash_admin, "~> 0.11"},
{:ash_phoenix, "~> 2.1"},
{:ash_graphql, "~> 1.3"},
{:ash_json_api, "~> 1.4"},
{:ash_appsignal, "~> 0.1"},
{:ash_blog, github: "ash-project/ash_blog"},
{:ash_csv, "~> 0.9.7-rc"},
{:ash_oban, "~> 0.2.3-rc"},
{:ash_csv, "~> 0.9"},
{:ash_oban, "~> 0.2"},
# Jobs
{:oban, "~> 2.16"},
{:flame, "~> 0.3.0"},
Expand All @@ -60,14 +60,12 @@ defmodule AshHq.MixProject do
{:open_api_spex, "~> 3.16"},
# Discord
{:nostrum, github: "zachdaniel/nostrum"},
{:cowlib, "~> 2.11", hex: :remedy_cowlib, override: true},
# Search
{:haystack, "~> 0.1.0"},
# Clustering
{:libcluster, "~> 3.3"},
# UI
{:tails, "~> 0.1"},
{:earmark, "~> 1.5.0-pre1", override: true},
# Syntax Highlighting
{:makeup, "~> 1.1"},
{:makeup_elixir, "~> 0.16.0"},
Expand All @@ -92,7 +90,7 @@ defmodule AshHq.MixProject do
# Phoenix/Core dependencies
{:phoenix_html_helpers, "~> 1.0"},
{:bandit, "~> 1.0"},
{:phoenix, "~> 1.7.0-rc.1", override: true},
{:phoenix, "~> 1.7"},
{:phoenix_view, "~> 2.0"},
{:ecto_sql, "~> 3.6"},
{:postgrex, ">= 0.0.0"},
Expand Down
Loading

0 comments on commit 8cbb8f8

Please sign in to comment.