diff options
author | Ashelyn Rose <git@ashen.earth> | 2024-09-02 01:50:33 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-09-02 01:50:33 -0600 |
commit | bdc6fe0c1fdbb2d4462d142c6462150dd8394136 (patch) | |
tree | 7a2668544b46887e7ddbe95ae8db99ec794dae69 /components/layout/Footer.tsx | |
parent | 79ffd7e2c052bcdc0cc7df93a06306efd9817139 (diff) |
Add ghost and remove first name
Diffstat (limited to 'components/layout/Footer.tsx')
-rw-r--r-- | components/layout/Footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index f4917b7..3937e85 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -3,7 +3,7 @@ import Link from 'next/link' export default function Footer() { return ( <footer> - <span>Website by ashelyn rose</span> + <span>Website by tempest rose</span> <span> <a style={{ textDecoration: 'none' }} href="https://webring.umbreon.online/prev?from=https://tempest.dev"><</a> <a target="_blank" href="https://webring.umbreon.online/">webring</a> |