···262262 let [value, setValue] = useState("");
263263 return (
264264 <div className="flex flex-col gap-1 px-3 py-1 max-w-full w-[600px]">
265265- <h3 className="text-secondary">Add a New Domain</h3>
265265+ <div>
266266+ <h3 className="text-secondary">Add a New Domain</h3>
267267+ <div className="text-xs italic text-secondary">
268268+ Don't include the protocol or path, just the base domain name for now
269269+ </div>
270270+ </div>
266271267272 <Input
268273 className="input-with-border"