diff --git a/lib/web/screens/web_website_detail_screen.dart b/lib/web/screens/web_website_detail_screen.dart
index 84c822c..f256b01 100644
--- a/lib/web/screens/web_website_detail_screen.dart
+++ b/lib/web/screens/web_website_detail_screen.dart
@@ -838,21 +838,14 @@ class _WebWebsiteDetailScreenState extends State {
style: const TextStyle(fontFamily: 'monospace', fontSize: 12),
),
const SizedBox(height: 8),
- Wrap(
- spacing: 8,
- runSpacing: 8,
- children: [
- OutlinedButton.icon(
- icon: const Icon(LucideIcons.copy, size: 14),
- label: const Text('Copy IPFS hash'),
- onPressed: () => _copyValue(cid, 'IPFS hash'),
- ),
- OutlinedButton.icon(
- icon: const Icon(LucideIcons.copy, size: 14),
- label: const Text('Copy DNSLink value'),
- onPressed: () => _copyValue('/ipfs/$cid', 'DNSLink value'),
- ),
- ],
+ // Only the `/ipfs/` form is copyable: that is the string
+ // Cloudflare's DNSLink field wants. The bare hash above is shown
+ // for reference, not for pasting anywhere.
+ OutlinedButton.icon(
+ icon: const Icon(LucideIcons.copy, size: 14),
+ label: const Text('Copy link value for Cloudflare'),
+ onPressed: () =>
+ _copyValue('/ipfs/$cid', 'Cloudflare link value'),
),
],
],
diff --git a/site/domain/index.html b/site/domain/index.html
index 9b80895..44b4058 100644
--- a/site/domain/index.html
+++ b/site/domain/index.html
@@ -205,12 +205,13 @@
Use your own domain
1Copy your website address
Open your website in FxFiles on the web, and find the Use your own domain box under
- the shareable link. Tap Copy DNSLink value — that copies a line that looks like this:
+ the shareable link. Tap Copy link value for Cloudflare — that copies a line that
+ looks like this: