Rebrand to AmmoCPR with ammocpr.com domain
This commit is contained in:
parent
16a28ac01c
commit
a24448b2da
4 changed files with 5 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ if config_env() == :prod do
|
|||
You can generate one by calling: mix phx.gen.secret
|
||||
"""
|
||||
|
||||
host = System.get_env("PHX_HOST") || "example.com"
|
||||
host = System.get_env("PHX_HOST") || "ammocpr.com"
|
||||
|
||||
config :ammoprices, Ammoprices.Repo,
|
||||
# ssl: true,
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ defmodule AmmopricesWeb.Layouts do
|
|||
<nav class="mx-auto max-w-5xl flex items-center justify-between px-4 py-2.5 sm:px-6">
|
||||
<a href="/" class="flex items-center gap-2 group">
|
||||
<span class="text-lg font-black tracking-tight text-base-content group-hover:text-primary transition-colors">
|
||||
AmmoTracker
|
||||
AmmoCPR
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="csrf-token" content={get_csrf_token()} />
|
||||
<.live_title default="Ammoprices" suffix=" · Phoenix Framework">
|
||||
<.live_title default="AmmoCPR" suffix=" · Ammo Price Tracker">
|
||||
{assigns[:page_title]}
|
||||
</.live_title>
|
||||
<link phx-track-static rel="stylesheet" href={~p"/assets/css/app.css"} />
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ defmodule AmmopricesWeb.HomeLive do
|
|||
|
||||
{:ok,
|
||||
assign(socket,
|
||||
page_title: "Ammo Price Tracker",
|
||||
page_title: "AmmoCPR",
|
||||
categories: @categories,
|
||||
calibers_by_category: grouped,
|
||||
cheapest_map: cheapest_map
|
||||
|
|
@ -44,7 +44,7 @@ defmodule AmmopricesWeb.HomeLive do
|
|||
<%!-- Hero --%>
|
||||
<div class="text-center space-y-3">
|
||||
<h1 class="text-3xl sm:text-4xl font-black tracking-tight text-base-content">
|
||||
Ammo Price Tracker
|
||||
AmmoCPR
|
||||
</h1>
|
||||
<p class="text-base-content/60 text-sm max-w-md mx-auto">
|
||||
Real-time ammunition prices from top retailers. Find the cheapest rounds, track price history.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue