We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f49cf commit 9dec363Copy full SHA for 9dec363
lib/pr_web/components/layouts.ex
@@ -4,7 +4,7 @@ defmodule PRWeb.Layouts do
4
embed_templates("layouts/*")
5
6
def ghost(assigns) do
7
- if same_week?(Timex.today(), ~D[2024-10-31]) do
+ if same_week?(Timex.today(), ~D[2025-10-31]) do
8
~H"""
9
<.ghost_shader />
10
"""
lib/pr_web/components/logo_svg.ex
@@ -120,6 +120,7 @@ defmodule PRWeb.LogoSvg do
120
{_, 24, _} -> :pride
121
{_, 25, _} -> :pride
122
{_, 26, _} -> :pride
123
+ {_, 40, _} -> :we
124
_ -> :en
125
end
126
0 commit comments