fix: update footer links - correct GitHub URL and contact email
- Change GitHub URL to github.com/tpmjs/tpmjs - Update contact email to thomasalwyndavis@gmail.com
This commit is contained in:
parent
a9e91c02d1
commit
9f1c3fb383
1 changed files with 2 additions and 2 deletions
|
|
@ -213,14 +213,14 @@ export default async function HomePage(): Promise<React.ReactElement> {
|
|||
<p className="text-sm text-foreground-secondary">© 2025 TPMJS. All rights reserved.</p>
|
||||
<div className="flex items-center gap-4 text-sm">
|
||||
<a
|
||||
href="mailto:hello@tpmjs.com"
|
||||
href="mailto:thomasalwyndavis@gmail.com"
|
||||
className="text-foreground-secondary hover:text-foreground transition-colors"
|
||||
>
|
||||
Contact
|
||||
</a>
|
||||
<span className="text-border">·</span>
|
||||
<a
|
||||
href="https://github.com/your-org/tpmjs"
|
||||
href="https://github.com/tpmjs/tpmjs"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-foreground-secondary hover:text-foreground transition-colors"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue