···11// src/components/Newsletter/Newsletter.jsx
22import React from 'react';
33import './Newsletter.css';
44+import { Link } from 'react-router-dom';
4556const Newsletter = () => {
67 return (
···89 <div className="alt-card">
910 <h1>Subscribe to the Newsletter</h1>
1011 <div className="intro-paragraph">
1111- <p>Hi, my name is Dame!</p>
1212+ <p>Hi, my name is <a href="https://bsky.app/profile/dame.is" target="_blank" rel="noopener noreferrer">Dame</a>!</p>
1213 <p>I'm the creator of cred.blue.</p>
1314 <p>If you'd like to stay up-to-date with cred.blue and the other things I'm making, sign up with your email below.</p>
1415 </div>
···2425 type="email"
2526 name="email"
2627 id="bd-email"
2727- placeholder="username@gmail.com"
2828+ placeholder="name@fastmail.com"
2829 />
29303031 <label htmlFor="bsky-handle">Bluesky Handle (Optional)</label>