We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dbd4e commit 84dca9cCopy full SHA for 84dca9c
src/components/app/navbarGlobalBanner/index.tsx
@@ -123,7 +123,7 @@ function CurrentCampaign() {
123
<div className="container flex justify-between">
124
<div className="w-full space-y-1 text-sm text-background antialiased max-sm:text-center sm:text-base">
125
<p>
126
- KEY VOTE ALERT IN THE HOUSE – VOTE “YES” ON S.J. RES 3
+ KEY VOTE ALERT IN THE HOUSE – VOTE “YES” ON H.J.RES.25
127
{isMobile ? <br /> : <span> – </span>}
128
Find out more{' '}
129
<strong>{isMobile ? 'here' : <Link href={urls.emailDeeplink()}>here</Link>}</strong>
0 commit comments