Footer: remove Relevant Media Properties text from copyright
This commit is contained in:
@@ -2,7 +2,6 @@ import React from "react";
|
||||
import Link from "next/link";
|
||||
import AppImage from "@/components/ui/AppImage";
|
||||
import AnimatedLogo from "@/components/AnimatedLogo";
|
||||
import RmpMark from "@/components/RmpMark";
|
||||
import {
|
||||
LinkedInIcon,
|
||||
InstagramIcon,
|
||||
@@ -139,16 +138,7 @@ export default function Footer() {
|
||||
<Link href="/privacy" className="hover:text-[#1D4ED8] transition-colors">Privacy Policy</Link>
|
||||
<Link href="/terms" className="hover:text-[#1D4ED8] transition-colors">Terms of Service</Link>
|
||||
<span className="inline-flex items-center gap-2 flex-wrap">
|
||||
© 2026{' '}
|
||||
<a
|
||||
href="https://www.relevantmediaproperties.com/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="hover:text-[#1D4ED8] transition-colors underline-offset-2 hover:underline">
|
||||
Relevant Media Properties
|
||||
</a>
|
||||
<RmpMark mode="dark" height={20} />
|
||||
. All rights reserved.
|
||||
© 2026. All rights reserved.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user