Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/links/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const supportLinks: LinkItem[] = [
const shopLinks: LinkItem[] = [
{
name: 'Sticky Spells Store',
url: 'https://www.pythoness.store',
url: 'https://www.pythoness.shop',
color: 'bg-brand-green-accent text-brand-green-dark hover:bg-brand-green-accent/90'
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Footer() {
<li><Link href="/about" className={footerLinkClass}>About</Link></li>
<li><Link href="/services" className={footerLinkClass}>Services</Link></li>
<li><Link href="/resources" className={footerLinkClass}>Resources</Link></li>
<li><Link href="https://www.pythoness.store" target="_blank" rel="noopener noreferrer" className={`${footerLinkClass} font-medium`}>Shop - Sticky Spells</Link></li>
<li><Link href="https://www.pythoness.shop" target="_blank" rel="noopener noreferrer" className={`${footerLinkClass} font-medium`}>Shop - Sticky Spells</Link></li>
</ul>
</FooterSection>
{/* Social Links */}
Expand Down
4 changes: 2 additions & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function Header() {
Blog
</Link>
<Link
href="https://www.pythoness.store"
href="https://www.pythoness.shop"
target="_blank"
rel="noopener noreferrer"
className="text-white hover:text-brand-green-accent transition-colors focus:outline-none focus:ring-2 focus:ring-brand-green-accent focus:ring-offset-2 rounded-lg px-2 py-1 font-medium"
Expand Down Expand Up @@ -156,7 +156,7 @@ export default function Header() {
Blog
</Link>
<Link
href="https://www.pythoness.store"
href="https://www.pythoness.shop"
target="_blank"
rel="noopener noreferrer"
className="text-white hover:text-brand-green-accent transition-colors focus:outline-none focus:ring-2 focus:ring-brand-green-accent focus:ring-offset-2 rounded-lg px-2 py-1 font-medium"
Expand Down
Loading