Skip to content

Commit 9dec363

Browse files
committed
bump ghost and have a welsh day
1 parent d0f49cf commit 9dec363

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/pr_web/components/layouts.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule PRWeb.Layouts do
44
embed_templates("layouts/*")
55

66
def ghost(assigns) do
7-
if same_week?(Timex.today(), ~D[2024-10-31]) do
7+
if same_week?(Timex.today(), ~D[2025-10-31]) do
88
~H"""
99
<.ghost_shader />
1010
"""

lib/pr_web/components/logo_svg.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ defmodule PRWeb.LogoSvg do
120120
{_, 24, _} -> :pride
121121
{_, 25, _} -> :pride
122122
{_, 26, _} -> :pride
123+
{_, 40, _} -> :we
123124
_ -> :en
124125
end
125126
end

0 commit comments

Comments
 (0)