Fix petition link domain
This commit is contained in:
@ -142,7 +142,7 @@ const Briefing = () => {
|
|||||||
</p>
|
</p>
|
||||||
<div className="bg-card p-2 rounded-lg inline-block print:shadow-none print:border print:border-black">
|
<div className="bg-card p-2 rounded-lg inline-block print:shadow-none print:border print:border-black">
|
||||||
<p className="text-xs text-foreground mb-1 print:text-black">Sign the petition:</p>
|
<p className="text-xs text-foreground mb-1 print:text-black">Sign the petition:</p>
|
||||||
<p className="text-xl font-bold text-primary print:text-black">savevictoriawaycarpark.com</p>
|
<p className="text-xl font-bold text-primary print:text-black">savevictoriaway.com</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -151,8 +151,8 @@ const Briefing = () => {
|
|||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<footer className="py-4 px-6 bg-muted border-t border-border print:bg-white print-compact">
|
<footer className="py-4 px-6 bg-muted border-t border-border print:bg-white print-compact">
|
||||||
<div className="max-w-4xl mx-auto text-center">
|
<div className="max-w-4xl mx-auto text-center">
|
||||||
<p className="text-xs text-muted-foreground">
|
<p className="text-xs text-muted-foreground print:text-black">
|
||||||
More info: <strong className="text-foreground">savevictoriawaycarpark.com</strong>
|
More info: <strong className="text-foreground print:text-black">savevictoriaway.com</strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user